Lines Matching refs:endpoint_info

357     function doEndpointMethod(&$endpoint_info, &$soap_test) {  argument
366 if (array_key_exists('wsdlURL',$endpoint_info)) {
367 if (!array_key_exists('client',$endpoint_info)) {
369 … $endpoint_info['client'] = new SoapClient($endpoint_info['wsdlURL'], array("trace"=>1));
371 $endpoint_info['client']->wsdl->fault = $ex;
374 $soap =& $endpoint_info['client'];
403 strstr($endpoint_info['endpointName'],'MS SOAP ToolKit 2.0')) {
406 if (!array_key_exists('client',$endpoint_info)) {
407 …$endpoint_info['client'] = new SoapClient(null,array('location'=>$endpoint_info['endpointURL'],'ur…
409 $soap = $endpoint_info['client'];
547 foreach($this->endpoints as $endpoint => $endpoint_info){
551 if ($this->useWSDL && !$endpoint_info['endpointURL']) continue;
558 print "Processing $endpoint at {$endpoint_info['endpointURL']}";
569 if ($this->startAt && $this->startAt != $endpoint_info['endpointName']) continue;
600 if ($this->doEndpointMethod($endpoint_info, $soap_test)) {
611 $this->_saveResults($endpoint_info['id'], $soap_test);
690 foreach ($this->endpoints as $endpoint => $endpoint_info) {
691 if (count($endpoint_info['methods']) > 0) {
694 $r = $endpoint_info['methods'][$method]['result'];
724 foreach ($this->endpoints as $endpoint => $endpoint_info) {
725 if (array_key_exists('wsdlURL',$endpoint_info)) {
726 … echo "<tr><td class=\"BLANK\"><a href=\"{$endpoint_info['wsdlURL']}\">$endpoint</a></td>\n";
731 $id = $endpoint_info['methods'][$method]['id'];
732 $r = $endpoint_info['methods'][$method]['result'];
733 $e = $endpoint_info['methods'][$method]['error'];