Lines Matching refs:endpoint_info
355 function doEndpointMethod(&$endpoint_info, &$soap_test) { argument
364 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));
369 $endpoint_info['client']->wsdl->fault = $ex;
372 $soap =& $endpoint_info['client'];
401 strstr($endpoint_info['endpointName'],'MS SOAP ToolKit 2.0')) {
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'];
545 foreach($this->endpoints as $endpoint => $endpoint_info){
549 if ($this->useWSDL && !$endpoint_info['endpointURL']) continue;
556 print "Processing $endpoint at {$endpoint_info['endpointURL']}";
567 if ($this->startAt && $this->startAt != $endpoint_info['endpointName']) continue;
598 if ($this->doEndpointMethod($endpoint_info, $soap_test)) {
609 $this->_saveResults($endpoint_info['id'], $soap_test);
688 foreach ($this->endpoints as $endpoint => $endpoint_info) {
689 if (count($endpoint_info['methods']) > 0) {
692 $r = $endpoint_info['methods'][$method]['result'];
722 foreach ($this->endpoints as $endpoint => $endpoint_info) {
723 if (array_key_exists('wsdlURL',$endpoint_info)) {
724 … echo "<tr><td class=\"BLANK\"><a href=\"{$endpoint_info['wsdlURL']}\">$endpoint</a></td>\n";
729 $id = $endpoint_info['methods'][$method]['id'];
730 $r = $endpoint_info['methods'][$method]['result'];
731 $e = $endpoint_info['methods'][$method]['error'];