I am working on the Magento Soap API, but when I log in, I get a full HTML index page on the site instead of the actual data.
After debugging using the Soap user interface, I found that the soap: URL is invalid.
URL: http://SITENAME/index.php/?type=v2_soap
http://SITENAME/api/v2_soap/?wsdl=1 URL: http://SITENAME/api/v2_soap/?wsdl=1
I also checked in wsdl xml. It has default values.
Does anyone face the same problem? Please, help!
source share