Home
last modified time | relevance | path

Searched refs:useWSDL (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/ext/soap/interop/
H A Dclient_round2.php49 function endpointTestForm($test, $endpoint, $method, $paramType, $useWSDL) argument
66 echo "<option value='1'".($useWSDL?' selected':'').">use WSDL</option></select>\n";
97 $iop->useWSDL = $_POST['useWSDL']; // 1= do wsdl tests
H A Dclient_round2_interop.php42 var $useWSDL = 0; // 1= do wsdl tests variable in Interop_Client
274 "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 …]
H A Dclient_round2_run.php30 $iop->useWSDL = 1; // 1= do wsdl tests
H A Dclient_round2_results.php64 $iop->useWSDL = $_GET['wsdl']?$_GET['wsdl']:0;

Completed in 13 milliseconds