Home
last modified time | relevance | path

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

/PHP-7.2/ext/soap/interop/
H A Dclient_round2_interop.php357 function doEndpointMethod(&$endpoint_info, &$soap_test) { argument
366 if (array_key_exists('wsdlURL',$endpoint_info)) {
367 if (!array_key_exists('client',$endpoint_info)) {
369 … $endpoint_info['client'] = new SoapClient($endpoint_info['wsdlURL'], array("trace"=>1));
374 $soap =& $endpoint_info['client'];
406 if (!array_key_exists('client',$endpoint_info)) {
407 …$endpoint_info['client'] = new SoapClient(null,array('location'=>$endpoint_info['endpointURL'],'ur…
409 $soap = $endpoint_info['client'];
691 if (count($endpoint_info['methods']) > 0) {
725 if (array_key_exists('wsdlURL',$endpoint_info)) {
[all …]

Completed in 7 milliseconds