What is SOAP V2 url on Magento 1.7.0.0

magento, soap, web-services

Solution

Use

http://www.somedomain.com/index.php/api/v2_soap?wsdl=1

instead of

http://www.somedomain.com/api/v2_soap?wsdl=1

On 1.7 only the first url works, on 1.6 or lower, the second url also works.

Problem

Is the url for accessing Magento SOAP V2 changed in version 1.7.0.0? When I try to access the service on "http://www.somedomain.com/api/v2_soap?wsdl=1" in browser it gives an error "Invalid webservice adapter specified." Is this a bug or am I missing something? Thanks for any help

Original source

Related problems