I\'m having trouble calling a web service I\'ve set up from PHP. The obfuscated adress http://XXX.XXX.XXX.XXX/test.asmx?wsdl in the error message below returns
http://XXX.XXX.XXX.XXX/test.asmx?wsdl
Adding index.php worked for me working on php application
$client = new SoapClient('http://www.domain.com/api/v2_soap/?wsdl'=1) $client = new SoapClient('http://www.domain.com/index.php/api/v2_soap/?wsdl'=1)