Home
last modified time | relevance | path

Searched refs:wsdl (Results 126 – 150 of 297) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_020w.phpt2 SOAP Interop Round4 GroupI XSD 020 (php/wsdl): echoComplexTypeAsSimpleTypes(minOccurs=0)
19 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
H A Dr4_groupI_xsd_021w.phpt2 SOAP Interop Round4 GroupI XSD 021 (php/wsdl): echoSimpleTypesAsComplexType
10 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
H A Dr4_groupI_xsd_026w.phpt2 SOAP Interop Round4 GroupI XSD 026 (php/wsdl): echoChoice
9 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug39815.phpt20 function __construct($wsdl, $options) {
21 parent::__construct($wsdl, $options);
22 $this->server = new SoapServer($wsdl, $options);
H A Dbug36614.phpt9 $lo_soap = new SoapClient(dirname(__FILE__)."/bug36614.wsdl");
H A Dbug44686.phpt9 new SoapClient(dirname(__FILE__) . "/bug44686.wsdl");
H A Dbug29061.phpt9 $client = new SoapClient(dirname(__FILE__)."/bug29061.wsdl", array("exceptions"=>0));
H A Dbug41337_2.phpt8 $client = new SoapClient(dirname(__FILE__)."/bug41337_2.wsdl");
H A Dbug41337.phpt8 $client = new SoapClient(dirname(__FILE__)."/bug41337.wsdl");
H A Dbug50698_1.phpt9 new SoapClient(dirname(__FILE__) . '/bug50698_1.wsdl');
H A Dbug50698_4.phpt9 new SoapClient(dirname(__FILE__) . '/bug50698_4.wsdl');
H A Dbug29795.wsdl1 <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/s…
H A Dbug29839.wsdl1 <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/s…
H A Dbug34453.wsdl1 <definitions xmlns="http://schemas.xmlsoap.org/wsdl/" xmlns:soap="http://schemas.xmlsoap.org/wsdl/s…
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_007w.phpt2 SOAP Interop Round4 GroupH Complex RPC Enc 007 (php/wsdl): echoMultipleFaults2(1)
33 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_rpcenc.wsdl",array("trace"=>1,"e…
42 …p://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/wsdl" xmlns:xsd="http://…
44 …mlns:ns1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/wsdl" xmlns:SOAP-ENC="ht…
H A Dr4_groupH_complex_rpcenc_008w.phpt2 SOAP Interop Round4 GroupH Complex RPC Enc 008 (php/wsdl): echoMultipleFaults2(2)
33 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_rpcenc.wsdl",array("trace"=>1,"e…
42 …p://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/wsdl" xmlns:xsd="http://…
44 …mlns:ns1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/wsdl" xmlns:SOAP-ENC="ht…
H A Dr4_groupH_complex_rpcenc_009w.phpt2 SOAP Interop Round4 GroupH Complex RPC Enc 009 (php/wsdl): echoMultipleFaults2(3)
33 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_rpcenc.wsdl",array("trace"=>1,"e…
42 …p://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/wsdl" xmlns:xsd="http://…
44 …mlns:ns1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/wsdl" xmlns:SOAP-ENC="ht…
H A Dr4_groupH_complex_rpcenc_010w.phpt2 SOAP Interop Round4 GroupH Complex RPC Enc 010 (php/wsdl): echoMultipleFaults2(4)
33 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_rpcenc.wsdl",array("trace"=>1,"e…
42 …p://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soapinterop.org/wsdl" xmlns:xsd="http://…
44 …mlns:ns1="http://soapinterop.org/types" xmlns:ns2="http://soapinterop.org/wsdl" xmlns:SOAP-ENC="ht…
H A Dr4_groupH_simple_doclit_003w.phpt2 SOAP Interop Round4 GroupH Simple Doc Lit 003 (php/wsdl): echoIntArrayFault
9 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_simple_doclit.wsdl",array("trace"=>1,"ex…
H A Dr4_groupH_simple_doclit_004w.phpt2 SOAP Interop Round4 GroupH Simple Doc Lit 004 (php/wsdl): echoMultipleFaults1(1)
10 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_simple_doclit.wsdl",array("trace"=>1,"ex…
/PHP-5.5/ext/soap/tests/interop/Round3/GroupD/
H A Dround3_groupD_compound1.inc14 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_compound1.wsdl");
H A Dround3_groupD_import3.inc16 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_import3.wsdl");
H A Dr3_groupD_doclitparams_003w.phpt2 SOAP Interop Round3 GroupD Doc Lit Parameters 003 (php/wsdl): echoStruct
18 $client = new SoapClient(dirname(__FILE__)."/round3_groupD_doclitparams.wsdl",array("trace"=>1,"exc…
/PHP-5.5/ext/soap/tests/interop/Round3/GroupE/
H A Dround3_groupE_list.inc13 $server = new SoapServer(dirname(__FILE__)."/round3_groupE_list.wsdl");
/PHP-5.5/ext/soap/tests/interop/Round3/GroupF/
H A Dround3_groupF_headers.inc19 $server = new SoapServer(dirname(__FILE__)."/round3_groupF_ext.wsdl");

Completed in 37 milliseconds

12345678910>>...12