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
44 var $useWSDL = 0; // 1= do wsdl tests variable in Interop_Client276 "and wsdl=$this->useWSDL and function=".287 "'$this->paramType',$this->useWSDL,".363 $soap_test->result['wsdl'] = $this->useWSDL;365 if ($this->useWSDL) {551 if ($this->useWSDL && !$endpoint_info['endpointURL']) continue;622 $this->useWSDL = $usewsdl;644 $this->useWSDL = $usewsdl;679 $this->getResults($this->currentTest,$this->paramType,$this->useWSDL);682 if ($this->useWSDL) echo "using WSDL ";[all …]
33 $iop->useWSDL = 1; // 1= do wsdl tests
66 $iop->useWSDL = $_GET['wsdl']?$_GET['wsdl']:0;
Completed in 11 milliseconds