I’m new to SOAP and I stuck for 2 days now. Basically I can’t ‘pull’ parameters from array that is passed to function. Does anyone knows why? My WSDL file is here: link
I’m trying to call function like that:
$client = new SoapClient("http://mydomain.com/EQA.wsdl",array('cache_wsdl' => WSDL_CACHE_NONE));
$data = array('SearchValue' => 'road', 'Referrer' => 's' , 'BuyerOrganisation' => 'c');
echo $client->SearchByContractorName($data);
Thanks for any help,
eloleon
try this