Home
last modified time | relevance | path

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

/PHP-5.5/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.php44 var $useWSDL = 0; // 1= do wsdl tests variable in Interop_Client
276 "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 …]
H A Dclient_round2_run.php33 $iop->useWSDL = 1; // 1= do wsdl tests
H A Dclient_round2_results.php66 $iop->useWSDL = $_GET['wsdl']?$_GET['wsdl']:0;

Completed in 35 milliseconds