/PHP-5.5/ext/soap/tests/interop/Round2/Base/ |
H A D | r2_base_011s.phpt | 12 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
|
H A D | r2_base_014s.phpt | 14 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
|
H A D | r2_base_013s.phpt | 14 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
|
H A D | r2_base_015w.phpt | 20 $client = new SoapClient(dirname(__FILE__)."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
|
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/ |
H A D | r4_groupH_complex_rpcenc_001w.phpt | 18 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_rpcenc.wsdl",array("trace"=>1,"e…
|
H A D | r4_groupH_simple_rpcenc_010w.phpt | 10 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_simple_rpcenc.wsdl",array("trace"=>1,"ex…
|
H A D | r4_groupH_complex_doclit_003w.phpt | 32 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_doclit.wsdl",array("trace"=>1,"e…
|
H A D | r4_groupH_simple_rpcenc_006w.phpt | 10 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_simple_rpcenc.wsdl",array("trace"=>1,"ex…
|
H A D | r4_groupH_complex_rpcenc_003w.phpt | 25 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_rpcenc.wsdl",array("trace"=>1,"e…
|
H A D | r4_groupH_complex_rpcenc_004w.phpt | 25 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_rpcenc.wsdl",array("trace"=>1,"e…
|
H A D | r4_groupH_complex_rpcenc_005w.phpt | 25 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_rpcenc.wsdl",array("trace"=>1,"e…
|
H A D | r4_groupH_complex_rpcenc_006w.phpt | 25 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_rpcenc.wsdl",array("trace"=>1,"e…
|
/PHP-5.5/ext/soap/tests/bugs/ |
H A D | bug36226-2.phpt | 18 class TestSoapClient extends SoapClient {
|
H A D | bug39815.phpt | 18 class LocalSoapClient extends SoapClient {
|
H A D | bug35142.phpt | 19 class TestSoapClient extends SoapClient {
|
H A D | bug36575.phpt | 32 $client = new SoapClient(dirname(__FILE__)."/bug36575.wsdl", array("trace" => 1, "exceptions" => 0,…
|
H A D | bug36226.phpt | 19 class TestSoapClient extends SoapClient {
|
/PHP-5.5/ext/soap/tests/interop/Round2/GroupB/ |
H A D | r2_groupB_003w.phpt | 12 $client = new SoapClient(dirname(__FILE__)."/round2_groupB.wsdl",array("trace"=>1,"exceptions"=>0));
|
H A D | r2_groupB_004w.phpt | 20 $client = new SoapClient(dirname(__FILE__)."/round2_groupB.wsdl",array("trace"=>1,"exceptions"=>0));
|
H A D | r2_groupB_003p.phpt | 10 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
|
H A D | r2_groupB_004p.phpt | 19 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
|
H A D | r2_groupB_005p.phpt | 14 $client = new SoapClient(NULL,array("location"=>"test://","uri"=>"http://soapinterop.org/","trace"=…
|
H A D | r2_groupB_005w.phpt | 15 $client = new SoapClient(dirname(__FILE__)."/round2_groupB.wsdl",array("trace"=>1,"exceptions"=>0));
|
/PHP-5.5/ext/soap/interop/ |
H A D | client_round2_interop.php | 144 $soapclient = new SoapClient($this->interopServer); 369 … $endpoint_info['client'] = new SoapClient($endpoint_info['wsdlURL'], array("trace"=>1)); 407 …$endpoint_info['client'] = new SoapClient(null,array('location'=>$endpoint_info['endpointURL'],'ur…
|
/PHP-5.5/ext/soap/tests/interop/Round3/GroupE/ |
H A D | r3_groupE_list_002w.phpt | 17 $client = new SoapClient(dirname(__FILE__)."/round3_groupE_list.wsdl",array("trace"=>1,"exceptions"…
|