Searched refs:endpoint_info (Results 1 – 1 of 1) sorted by relevance
355 function doEndpointMethod(&$endpoint_info, &$soap_test) { argument364 if (array_key_exists('wsdlURL',$endpoint_info)) {365 if (!array_key_exists('client',$endpoint_info)) {367 … $endpoint_info['client'] = new SoapClient($endpoint_info['wsdlURL'], array("trace"=>1));372 $soap =& $endpoint_info['client'];404 if (!array_key_exists('client',$endpoint_info)) {405 …$endpoint_info['client'] = new SoapClient(null,array('location'=>$endpoint_info['endpointURL'],'ur…407 $soap = $endpoint_info['client'];689 if (count($endpoint_info['methods']) > 0) {723 if (array_key_exists('wsdlURL',$endpoint_info)) {[all …]
Completed in 8 milliseconds