Searched refs:soapclient (Results 1 – 3 of 3) sorted by relevance
24 $client = new soapclient(NULL, [50 $client2 = new soapclient(NULL, [
91 function _fetchEndpoints(&$soapclient, $test) { argument95 …$endpointArray = $soapclient->__soapCall("GetEndpointInfo",array("groupName"=>$test),array('soapac…98 print $soapclient->wire."\n";142 $soapclient = new SoapClient($this->interopServer);144 $this->_fetchEndpoints($soapclient, $test);147 $this->_fetchEndpoints($soapclient, $test);
11 …$client=new soapclient(WSDL, array('typemap'=>array(array("type_ns"=>"uri:mist", "type_name"=>"A")…
Completed in 7 milliseconds