Home
last modified time | relevance | path

Searched refs:baseURL (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/ext/soap/interop/
H A Dconfig.php.dist4 $interopConfig['baseURL'] = 'http://localhost/soap/interop';
H A Dclient_round2_interop.php33 var $baseURL = ""; variable in Interop_Client
67 $this->baseURL = $interopConfig['baseURL'];
79 'endpointURL'=>$this->baseURL.'/server_round2_base.php',
80 'wsdlURL'=>$this->baseURL.'/interop.wsdl.php'
84 'endpointURL'=>$this->baseURL.'/server_round2_groupB.php',
85 'wsdlURL'=>$this->baseURL.'/interopB.wsdl.php'
89 'endpointURL'=>$this->baseURL.'/server_round2_groupC.php',
90 'wsdlURL'=>$this->baseURL.'/echoheadersvc.wsdl.php');

Completed in 7 milliseconds