Searched refs:useWSDL (Results 1 – 4 of 4) sorted by relevance
49 function endpointTestForm($test, $endpoint, $method, $paramType, $useWSDL) argument66 echo "<option value='1'".($useWSDL?' selected':'').">use WSDL</option></select>\n";97 $iop->useWSDL = $_POST['useWSDL']; // 1= do wsdl tests
42 var $useWSDL = 0; // 1= do wsdl tests variable in Interop_Client274 "and wsdl=$this->useWSDL and function=".285 "'$this->paramType',$this->useWSDL,".361 $soap_test->result['wsdl'] = $this->useWSDL;363 if ($this->useWSDL) {549 if ($this->useWSDL && !$endpoint_info['endpointURL']) continue;620 $this->useWSDL = $usewsdl;642 $this->useWSDL = $usewsdl;677 $this->getResults($this->currentTest,$this->paramType,$this->useWSDL);680 if ($this->useWSDL) echo "using WSDL ";[all …]
30 $iop->useWSDL = 1; // 1= do wsdl tests
64 $iop->useWSDL = $_GET['wsdl']?$_GET['wsdl']:0;
Completed in 13 milliseconds