Problem with nuSoap
Hi Friend,
I am receiving following error while call SOAP, with nuSOAP.
Fatal error: Uncaught SoapFault exception: [WSDL] SOAP-ERROR: Parsing WSDL: Couldn't load from 'http://www.at2casting.com/au/agencywebservices/artists.asmx' in E:\wamp\www\rnd\soapclient\dhaval.php:6 Stack trace: #0 E:\wamp\www\rnd\soapclient\dhaval.php(6): SoapClient->SoapClient('http://www.at2c...') #1 {main} thrown in E:\wamp\www\rnd\soapclient\dhaval.php on line 6
I had used below line
$client = new soapclient('http://www.domain.com/path/artists.asmx');
everything is ok, but reciving above error.
|