Home
last modified time | relevance | path

Searched refs:client (Results 176 – 200 of 384) sorted by relevance

12345678910>>...16

/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_rpcenc_015w.phpt9 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_simple_rpcenc.wsdl",array("trace"=>1,"ex…
10 $client->echoMultipleFaults4(1, 162, 1);
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_simple_rpcenc_017w.phpt9 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_simple_rpcenc.wsdl",array("trace"=>1,"ex…
10 $client->echoMultipleFaults4(3, 162, 1);
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_complex_doclit_002w.phpt24 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_doclit.wsdl",array("trace"=>1,"e…
25 $client->echoBaseStructFault($struct);
26 echo $client->__getlastrequest();
27 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_simple_rpcenc_016w.phpt9 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_simple_rpcenc.wsdl",array("trace"=>1,"ex…
10 $client->echoMultipleFaults4(2, 162, 1);
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupH_complex_doclit_004w.phpt25 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_doclit.wsdl",array("trace"=>1,"e…
26 $client->echoMultipleFaults1(array("whichFault" => 1,
29 echo $client->__getlastrequest();
30 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-5.5/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_005s.phpt8 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
9 $client->__soapCall("echoString", array(new SoapParam(new SoapVar(utf8_encode('ỗÈéóÒ₧⅜ỗỸ'),XSD_STRI…
10 echo $client->__getlastrequest();
11 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_008p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoStringArray", array(array()), array("soapaction"=>"http://soapinterop.org/…
9 echo $client->__getlastrequest();
10 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_006w.phpt9 $client = new SoapClient(dirname(__FILE__)."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoStringArray(array('good','bad'));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_007p.phpt7 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
8 $client->__soapCall("echoStringArray", array(array('good')), array("soapaction"=>"http://soapintero…
9 echo $client->__getlastrequest();
10 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_008s.phpt9 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
10 $client->__soapCall("echoStringArray", array($param), array("soapaction"=>"http://soapinterop.org/"…
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_009s.phpt8 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
9 $client->__soapCall("echoStringArray", array($param), array("soapaction"=>"http://soapinterop.org/"…
10 echo $client->__getlastrequest();
11 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_011w.phpt9 $client = new SoapClient(dirname(__FILE__)."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
10 $client->echoIntegerArray(array(1,234324324,2));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_base_014w.phpt18 $client = new SoapClient(dirname(__FILE__)."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
19 $client->echoStruct(new SOAPStruct('arg',34,325.325));
20 echo $client->__getlastrequest();
21 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-5.5/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_002w.phpt10 $client = new SoapClient(dirname(__FILE__)."/round2_groupB.wsdl",array("trace"=>1,"exceptions"=>0));
11 $client->echoSimpleTypesAsStruct("arg",34,34.345);
12 echo $client->__getlastrequest();
13 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_groupB_001p.phpt9 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
10 $client->__soapCall("echoStructAsSimpleTypes", array((object)array('varString'=>"arg",'varInt'=>34,…
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_groupB_001w.phpt10 $client = new SoapClient(dirname(__FILE__)."/round2_groupB.wsdl",array("trace"=>1,"exceptions"=>0));
11 $client->echoStructAsSimpleTypes((object)array('varString'=>"arg",'varInt'=>34,'varFloat'=>34.345));
12 echo $client->__getlastrequest();
13 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr2_groupB_002p.phpt9 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
10 $client->__soapCall("echoSimpleTypesAsStruct", array("arg",34,34.345), array("soapaction"=>"http://…
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-5.5/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_compound2_001w.phpt28 $client = new SoapClient(dirname(__FILE__)."/round3_groupD_compound2.wsdl",array("trace"=>1,"except…
29 $client->echoEmployee($employee);
30 echo $client->__getlastrequest();
31 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr3_groupD_import2_001w.phpt18 $client = new SoapClient(dirname(__FILE__)."/round3_groupD_import2.wsdl",array("trace"=>1,"exceptio…
19 $client->echoStruct($struct);
20 echo $client->__getlastrequest();
21 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr3_groupD_rpcenc_002w.phpt9 $client = new SoapClient(dirname(__FILE__)."/round3_groupD_rpcenc.wsdl",array("trace"=>1,"exception…
10 $client->echoStringArray(array("one","two","three"));
11 echo $client->__getlastrequest();
12 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-5.5/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_025w.phpt19 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
20 $client->echoNestedMultiOccurs(array("inputComplexType"=>$struct));
21 echo $client->__getlastrequest();
22 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_015w.phpt19 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
20 $client->echoComplexTypeMultiOccurs(array("inputComplexTypeMultiOccurs"=>array($struct1,null,$struc…
21 echo $client->__getlastrequest();
22 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
H A Dr4_groupI_xsd_023w.phpt26 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
27 $client->echoNestedComplexType(array("inputComplexType"=>$struct));
28 echo $client->__getlastrequest();
29 $HTTP_RAW_POST_DATA = $client->__getlastrequest();
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug38005.phpt29 $client = new TestSoapClient(NULL, array(
36 $res = $client->Test();
38 echo($client->__getLastResponse());
/PHP-5.5/ext/oci8/
H A DREADME9 9.2, 10, or 11 client libraries. Oracle's standard cross-version
10 connectivity applies. For example PHP linked with Oracle 11.2 client

Completed in 57 milliseconds

12345678910>>...16