Agile webservice & PHP SOAP
Hi all,
Undertaking a little self learning on Agile web services. Was trying to create a simple proof of concept web page using PHP SOAPClient. (PHP Version 5.3.3) but just cant seem to get very far
$client = new SoapClient("http:/ourserver.ourdomain:7001/CoreService/services/Collaboration?wsdl") returns a parsing error: failed to load external entity
I can open the wsdl in a browser and WGET it ok from my PHP sandbox, I have tried adding options for basic auth (user/passwd), even tried reading it from a local copy of the wsdl.
Has any one successfully used PHP SOAP with the Agile web services? Where am I going wrong?