Searched refs:SoapClient (Results 51 – 75 of 296) sorted by relevance
12345678910>>...12
/PHP-5.5/ext/soap/tests/bugs/ |
H A D | bug41097.phpt | 13 $soap = new SoapClient(null, array('uri' => 'http://uri/', 'location' => 'test://', 'exceptions' =>…
|
H A D | bug34449.phpt | 7 class TestSoapClient extends SoapClient {
|
H A D | bug37278.phpt | 12 $client = new SoapClient(null, $options);
|
H A D | bug41004.phpt | 25 $client = new SoapClient($wsdl, array('location'=>'test://',"classmap" => $classmap, 'exceptions'=>…
|
H A D | bug29795.phpt | 9 class LocalSoapClient extends SoapClient {
|
H A D | bug50762.phpt | 17 class LocalSoapClient extends SoapClient {
|
/PHP-5.5/ext/soap/tests/interop/Round4/GroupI/ |
H A D | r4_groupI_xsd_001w.phpt | 9 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
|
H A D | r4_groupI_xsd_002w.phpt | 9 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
|
H A D | r4_groupI_xsd_003w.phpt | 10 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
|
H A D | r4_groupI_xsd_016w.phpt | 9 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
|
H A D | r4_groupI_xsd_017w.phpt | 9 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
|
H A D | r4_groupI_xsd_027w.phpt | 9 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
|
H A D | r4_groupI_xsd_004w.phpt | 9 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
|
H A D | r4_groupI_xsd_006w.phpt | 10 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
|
H A D | r4_groupI_xsd_007w.phpt | 9 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
|
H A D | r4_groupI_xsd_018w.phpt | 9 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
|
/PHP-5.5/ext/soap/tests/interop/Round3/GroupD/ |
H A D | r3_groupD_doclitparams_004w.phpt | 9 $client = new SoapClient(dirname(__FILE__)."/round3_groupD_doclitparams.wsdl",array("trace"=>1,"exc…
|
H A D | r3_groupD_compound1_002w.phpt | 9 $client = new SoapClient(dirname(__FILE__)."/round3_groupD_compound1.wsdl",array("trace"=>1,"except…
|
H A D | r3_groupD_doclit_001w.phpt | 9 $client = new SoapClient(dirname(__FILE__)."/round3_groupD_doclit.wsdl",array("trace"=>1,"exception…
|
H A D | r3_groupD_doclitparams_001w.phpt | 9 $client = new SoapClient(dirname(__FILE__)."/round3_groupD_doclitparams.wsdl",array("trace"=>1,"exc…
|
H A D | r3_groupD_compound1_003w.phpt | 9 $client = new SoapClient(dirname(__FILE__)."/round3_groupD_compound1.wsdl",array("trace"=>1,"except…
|
/PHP-5.5/ext/soap/tests/interop/Round3/GroupF/ |
H A D | r3_groupF_ext_001w.phpt | 9 $client = new SoapClient(dirname(__FILE__)."/round3_groupF_ext.wsdl",array("trace"=>1,"exceptions"=…
|
H A D | r3_groupF_headers_001w.phpt | 9 $client = new SoapClient(dirname(__FILE__)."/round3_groupF_headers.wsdl",array("trace"=>1,"exceptio…
|
/PHP-5.5/ext/soap/tests/ |
H A D | classmap004.phpt | 36 class LocalSoapClient extends SoapClient {
|
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/ |
H A D | r4_groupH_simple_doclit_001w.phpt | 9 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_simple_doclit.wsdl",array("trace"=>1,"ex…
|
Completed in 33 milliseconds
12345678910>>...12