Home
last modified time | relevance | path

Searched refs:client (Results 101 – 125 of 432) sorted by relevance

12345678910>>...18

/PHP-7.4/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_008w.phpt18 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
19 $client->echoComplexType(array("inputComplexType"=>$struct));
20 echo $client->__getlastrequest();
21 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_009w.phpt19 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
20 $client->echoComplexType(array("inputComplexType"=>$struct));
21 echo $client->__getlastrequest();
22 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_019w.phpt18 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
19 $client->echoComplexTypeAsSimpleTypes(array("inputComplexType"=>$struct));
20 echo $client->__getlastrequest();
21 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_030w.phpt10 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
11 $client->__soapCall("echoVoidSoapHeader",array(),null,$hdr);
12 echo $client->__getlastrequest();
13 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_033w.phpt11 $client = new SoapClient(__DIR__."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=>0));
12 $client->__soapCall("echoVoidSoapHeader",array(),null,$hdr);
13 echo $client->__getlastrequest();
14 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-7.4/ext/soap/tests/bugs/
H A Dbug29839.phpt32 $client = new LocalSoapClient(__DIR__."/bug29839.wsdl", array("trace"=>1));
33 $client->EchoString(array("value"=>"hello","lang"=>"en"));
34 echo $client->__getLastRequest();
35 echo $client->__getLastResponse();
H A Dbug34453.phpt32 $client = new LocalSoapClient(__DIR__."/bug34453.wsdl", array("trace"=>1));
33 $client->EchoString(array("value"=>"hello","lang"=>"en"));
34 echo $client->__getLastRequest();
35 echo $client->__getLastResponse();
H A Dbug31755.phpt7 $client=new SOAPClient(null, array('location' => 'http://localhost',
12 $response= $client->__call('function', array(), null, $header);
14 print $client->__getLastRequest();
H A Dbug37278.phpt12 $client = new SoapClient(null, $options);
17 $client->__soapCall("list_ids", array(), array("uri" => $newNS));
19 print $client->__getLastRequest();
H A Dbug41004.phpt25 $client = new SoapClient($wsdl, array('location'=>'test://',"classmap" => $classmap, 'exceptions'=>…
31 $client->echo($echo);
32 echo $client->__getLastRequest();
/PHP-7.4/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_016p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoVoid", array(), array("soapaction"=>"http://soapinterop.org/","uri"=>"http…
9 echo $client->__getlastrequest();
10 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_016s.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoVoid", array(), array("soapaction"=>"http://soapinterop.org/","uri"=>"http…
9 echo $client->__getlastrequest();
10 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_022w.phpt9 $client = new SoapClient(__DIR__."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoBoolean(false);
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_023w.phpt9 $client = new SoapClient(__DIR__."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoBoolean(1);
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_024w.phpt9 $client = new SoapClient(__DIR__."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoBoolean(0);
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-7.4/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_compound1_001w.phpt19 $client = new SoapClient(__DIR__."/round3_groupD_compound1.wsdl",array("trace"=>1,"exceptions"=>0));
20 $client->echoPerson($person);
21 echo $client->__getlastrequest();
22 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr3_groupD_doclitparams_003w.phpt18 $client = new SoapClient(__DIR__."/round3_groupD_doclitparams.wsdl",array("trace"=>1,"exceptions"=>…
19 $client->echoStruct(array("param0"=>$struct));
20 echo $client->__getlastrequest();
21 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr3_groupD_emptysa_001w.phpt9 $client = new SoapClient(__DIR__."/round3_groupD_emptysa.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoString("Hello World");
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr3_groupD_rpcenc_001w.phpt9 $client = new SoapClient(__DIR__."/round3_groupD_rpcenc.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoString("Hello World");
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-7.4/ext/soap/tests/
H A Dbug46760.phpt8 $client = new SoapClient(null, array('proxy_host' => "localhost",
14 var_dump($client->_proxy_port);
/PHP-7.4/ext/standard/tests/network/
H A Dfsockopen_variation1.phpt18 $client = fsockopen($hostname, $port);
19 var_dump($client);
20 fclose($client);
/PHP-7.4/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_doclit_006w.phpt10 $client = new SoapClient(__DIR__."/round4_groupH_simple_doclit.wsdl",array("trace"=>1,"exceptions"=…
11 $client->echoMultipleFaults1(array("whichFault" => 3,
14 echo $client->__getlastrequest();
15 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_simple_doclit_008w.phpt10 $client = new SoapClient(__DIR__."/round4_groupH_simple_doclit.wsdl",array("trace"=>1,"exceptions"=…
11 $client->echoMultipleFaults2(array("whichFault" => 1,
15 echo $client->__getlastrequest();
16 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_simple_doclit_009w.phpt10 $client = new SoapClient(__DIR__."/round4_groupH_simple_doclit.wsdl",array("trace"=>1,"exceptions"=…
11 $client->echoMultipleFaults2(array("whichFault" => 2,
15 echo $client->__getlastrequest();
16 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_simple_doclit_011w.phpt10 $client = new SoapClient(__DIR__."/round4_groupH_simple_doclit.wsdl",array("trace"=>1,"exceptions"=…
11 $client->echoMultipleFaults2(array("whichFault" => 4,
15 echo $client->__getlastrequest();
16 $HTTP_RAW_POST_DATA = $client->__getlastrequest();

Completed in 30 milliseconds

12345678910>>...18