Home
last modified time | relevance | path

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

/PHP-7.3/ext/soap/interop/
H A Dconfig.php.dist4 $interopConfig['baseURL'] = 'http://localhost/soap/interop';
H A Dclient_round2_interop.php31 var $baseURL = ""; variable in Interop_Client
65 $this->baseURL = $interopConfig['baseURL'];
77 'endpointURL'=>$this->baseURL.'/server_round2_base.php',
78 'wsdlURL'=>$this->baseURL.'/interop.wsdl.php'
82 'endpointURL'=>$this->baseURL.'/server_round2_groupB.php',
83 'wsdlURL'=>$this->baseURL.'/interopB.wsdl.php'
87 'endpointURL'=>$this->baseURL.'/server_round2_groupC.php',
88 'wsdlURL'=>$this->baseURL.'/echoheadersvc.wsdl.php');

Completed in 7 milliseconds