PHP SOAP error: Method element needs to belong to the namespace
- by kdm
I'm unable to retrieve data from an XML document, any help is greatly appreciated. I'm using PHP 5.2.10 and the WSDL url is an internal link within my company. The following code produces an error.
$url = "http://dta-info/IVR/IVRINFO?WSDL";
$params = array("zANI" => "12345");
try{
$client = new SoapClient($url,
array(
…