Home
last modified time | relevance | path

Searched refs:baseURL (Results 1 – 2 of 2) sorted by last modified time

/PHP-7.1/ext/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');
H A Dconfig.php.dist4 $interopConfig['baseURL'] = 'http://localhost/soap/interop';

Completed in 9 milliseconds