Home
last modified time | relevance | path

Searched refs:wsdl (Results 176 – 200 of 297) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_012w.phpt2 SOAP Interop Round2 base 012 (php/wsdl): echoFloat
10 $client = new SoapClient(dirname(__FILE__)."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
H A Dr2_base_017w.phpt2 SOAP Interop Round2 base 017 (php/wsdl): echoBase64
9 $client = new SoapClient(dirname(__FILE__)."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
H A Dr2_base_018w.phpt2 SOAP Interop Round2 base 018 (php/wsdl): echoHexBinary
9 $client = new SoapClient(dirname(__FILE__)."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
H A Dr2_base_020w.phpt2 SOAP Interop Round2 base 020 (php/wsdl): echoDate
9 $client = new SoapClient(dirname(__FILE__)."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
H A Dr2_base_021w.phpt2 SOAP Interop Round2 base 021 (php/wsdl): echoBoolean
9 $client = new SoapClient(dirname(__FILE__)."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
H A Dr2_base_023w.phpt2 SOAP Interop Round2 base 023 (php/wsdl): echoBoolean
9 $client = new SoapClient(dirname(__FILE__)."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
H A Dr2_base_024w.phpt2 SOAP Interop Round2 base 024 (php/wsdl): echoBoolean
9 $client = new SoapClient(dirname(__FILE__)."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
H A Dr2_base_009w.phpt2 SOAP Interop Round2 base 009 (php/wsdl): echoStringArray(NULL)
9 $client = new SoapClient(dirname(__FILE__)."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
H A Dr2_base_005w.phpt2 SOAP Interop Round2 base 005 (php/wsdl): echoString(utf-8)
10 $client = new SoapClient(dirname(__FILE__)."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
H A Dr2_base_008w.phpt2 SOAP Interop Round2 base 008 (php/wsdl): echoStringArray(empty)
9 $client = new SoapClient(dirname(__FILE__)."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
/PHP-5.5/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_emptysa_001w.phpt2 SOAP Interop Round3 GroupD EmptySA 001 (php/wsdl): echoString
9 $client = new SoapClient(dirname(__FILE__)."/round3_groupD_emptysa.wsdl",array("trace"=>1,"exceptio…
H A Dr3_groupD_import1_001w.phpt2 SOAP Interop Round3 GroupD Import1 001 (php/wsdl): echoString
9 $client = new SoapClient(dirname(__FILE__)."/round3_groupD_import1.wsdl",array("trace"=>1,"exceptio…
H A Dround3_groupD_doclitparams.inc26 $server = new SoapServer(dirname(__FILE__)."/round3_groupD_doclitparams.wsdl");
H A Dr3_groupD_rpcenc_001w.phpt2 SOAP Interop Round3 GroupD RPC Encoded 001 (php/wsdl): echoString
9 $client = new SoapClient(dirname(__FILE__)."/round3_groupD_rpcenc.wsdl",array("trace"=>1,"exception…
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_simple_doclit_008w.phpt2 SOAP Interop Round4 GroupH Simple Doc Lit 008 (php/wsdl): echoMultipleFaults2(1)
10 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_simple_doclit.wsdl",array("trace"=>1,"ex…
H A Dr4_groupH_simple_doclit_011w.phpt2 SOAP Interop Round4 GroupH Simple Doc Lit 011 (php/wsdl): echoMultipleFaults2(4)
10 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_simple_doclit.wsdl",array("trace"=>1,"ex…
H A Dr4_groupH_complex_doclit_001w.phpt2 SOAP Interop Round4 GroupH Complex Doc Lit 001 (php/wsdl): echoSOAPStructFault
18 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_doclit.wsdl",array("trace"=>1,"e…
H A Dr4_groupH_simple_doclit_010w.phpt2 SOAP Interop Round4 GroupH Simple Doc Lit 010 (php/wsdl): echoMultipleFaults2(3)
10 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_simple_doclit.wsdl",array("trace"=>1,"ex…
/PHP-5.5/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_024w.phpt2 SOAP Interop Round4 GroupI XSD 024 (php/wsdl): echoNestedComplexType(minOccurs=0)
20 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
H A Dr4_groupI_xsd_032w.phpt2 SOAP Interop Round4 GroupI XSD 032 (php/wsdl): echoVoidSoapHeader(3)
11 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
H A Dr4_groupI_xsd_035w.phpt2 SOAP Interop Round4 GroupI XSD 035 (php/wsdl): echoVoidSoapHeader(6)
11 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
H A Dr4_groupI_xsd_028w.phpt2 SOAP Interop Round4 GroupI XSD 028 (php/wsdl): echoAnyType
18 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug30045.phpt19 function __construct($wsdl, $options) {
20 parent::__construct($wsdl, $options);
21 $this->server = new SoapServer($wsdl, $options);
/PHP-5.5/ext/soap/tests/interop/Round4/GroupG/
H A Dround4_groupG_dimedoc.inc30 $server = new SoapServer(dirname(__FILE__)."/round4_groupG_dimedoc.wsdl");
H A Dround4_groupG_dimerpc.inc30 $server = new SoapServer(dirname(__FILE__)."/round4_groupG_dimerpc.wsdl");

Completed in 54 milliseconds

12345678910>>...12