Home
last modified time | relevance | path

Searched refs:client (Results 76 – 100 of 384) sorted by relevance

12345678910>>...16

/PHP-5.5/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_026w.phpt9 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
10 $client->echoChoice(array("inputChoice"=>(object)array("name1"=>"Hello World")));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_030w.phpt10 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
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(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
12 $client->__soapCall("echoVoidSoapHeader",array(),null,$hdr);
13 echo $client->__getlastrequest();
14 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_008w.phpt18 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
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(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
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(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
19 $client->echoComplexTypeAsSimpleTypes(array("inputComplexType"=>$struct));
20 echo $client->__getlastrequest();
21 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-5.5/ext/oci8/tests/
H A Derror3.phpt7 // Assume runtime client version is >= compile time client version
10 die("skip test works only with Oracle 11.2.0.3 or greater version of Oracle client libraries");
H A Dpassword_new.phpt10 // This test is known to fail with Oracle 10.2.0.4 client libraries
14 …die ("skip test known to fail using Oracle 10.2.0.4 client libs connecting to Oracle 11 (6277160)"…
20 // This test will diff if either the client or the server is 11.2.0.3
21 // (or greater) and the other is 11.2.0.2 (or earlier). Both client
H A Dpassword_old.phpt10 // This test is known to fail with Oracle 10.2.0.4 client libraries
14 …die ("skip test known to fail using Oracle 10.2.0.4 client libs connecting to Oracle 11 (6277160)"…
22 // This test will diff if either the client or the server is 11.2.0.3
23 // (or greater) and the other is 11.2.0.2 (or earlier). Both client
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug29061.phpt9 $client = new SoapClient(dirname(__FILE__)."/bug29061.wsdl", array("exceptions"=>0));
10 $client->getQuote("ibm");
H A Dbug29839.phpt32 $client = new LocalSoapClient(dirname(__FILE__)."/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(dirname(__FILE__)."/bug34453.wsdl", array("trace"=>1));
33 $client->EchoString(array("value"=>"hello","lang"=>"en"));
34 echo $client->__getLastRequest();
35 echo $client->__getLastResponse();
H A Dbug29109.phpt9 $client = new SoapClient(dirname(__FILE__)."/bug29109.wsdl");
10 var_dump($client->__getFunctions());
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();
/PHP-5.5/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();
/PHP-5.5/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_doclitparams_003w.phpt18 $client = new SoapClient(dirname(__FILE__)."/round3_groupD_doclitparams.wsdl",array("trace"=>1,"exc…
19 $client->echoStruct(array("param0"=>$struct));
20 echo $client->__getlastrequest();
21 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr3_groupD_compound1_001w.phpt19 $client = new SoapClient(dirname(__FILE__)."/round3_groupD_compound1.wsdl",array("trace"=>1,"except…
20 $client->echoPerson($person);
21 echo $client->__getlastrequest();
22 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_doclit_003w.phpt9 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_simple_doclit.wsdl",array("trace"=>1,"ex…
10 $client->echoIntArrayFault(array(34,12.345));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_simple_doclit_004w.phpt10 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_simple_doclit.wsdl",array("trace"=>1,"ex…
11 $client->echoMultipleFaults1(array("whichFault" => 1,
14 echo $client->__getlastrequest();
15 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_simple_doclit_005w.phpt10 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_simple_doclit.wsdl",array("trace"=>1,"ex…
11 $client->echoMultipleFaults1(array("whichFault" => 2,
14 echo $client->__getlastrequest();
15 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_simple_doclit_007w.phpt10 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_simple_doclit.wsdl",array("trace"=>1,"ex…
11 $client->echoMultipleFaults1(array("whichFault" => 4,
14 echo $client->__getlastrequest();
15 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_soapfault_004w.phpt10 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_soapfault.wsdl",array("trace"=>1,"except…
11 $client->__soapCall("echoVersionMismatchFault",array(), null, $hdr);
12 echo $client->__getlastrequest();
13 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-5.5/ext/soap/tests/interop/Round3/GroupF/
H A Dr3_groupF_headers_004w.phpt13 $client = new SoapClient(dirname(__FILE__)."/round3_groupF_headers.wsdl",array("trace"=>1,"exceptio…
14 $client->__soapCall("echoString",array("Hello World"),null,$hdr);
15 echo $client->__getlastrequest();
16 $HTTP_RAW_POST_DATA = $client->__getlastrequest();

Completed in 24 milliseconds

12345678910>>...16