Home
last modified time | relevance | path

Searched refs:wsdl (Results 226 – 250 of 297) sorted by relevance

12345678910>>...12

/PHP-5.5/ext/soap/tests/interop/Round3/GroupE/
H A Dr3_groupE_list_001w.phpt2 SOAP Interop Round3 GroupE List 001 (php/wsdl): echoLinkedList
17 $client = new SoapClient(dirname(__FILE__)."/round3_groupE_list.wsdl",array("trace"=>1,"exceptions"…
H A Dr3_groupE_list_002w.phpt2 SOAP Interop Round3 GroupE List 002 (php/wsdl): echoLinkedList
17 $client = new SoapClient(dirname(__FILE__)."/round3_groupE_list.wsdl",array("trace"=>1,"exceptions"…
/PHP-5.5/ext/soap/tests/interop/Round4/GroupI/
H A Dr4_groupI_xsd_014w.phpt2 SOAP Interop Round4 GroupI XSD 014 (php/wsdl): echoComplexTypeMultiOccurs(1)
20 $client = new SoapClient(dirname(__FILE__)."/round4_groupI_xsd.wsdl",array("trace"=>1,"exceptions"=…
/PHP-5.5/ext/soap/tests/bugs/
H A Dbug42183.phpt2 Bug #42183 (classmap cause crash in non-wsdl mode )
H A Dbug40609.phpt11 $c = new SoapClient(dirname(__FILE__)."/bug40609.wsdl", array('trace' => 1, 'exceptions' => 0));
H A Dbug36575.phpt32 $client = new SoapClient(dirname(__FILE__)."/bug36575.wsdl", array("trace" => 1, "exceptions" => 0,…
42 $server = new SoapServer(dirname(__FILE__)."/bug36575.wsdl", array("classmap" => $classMap));
H A Dbug42326.phpt41 $soap = new SoapServer(dirname(__FILE__).'/bug42326.wsdl', array('classmap' => $soap_admin_classmap…
H A Dbug39832.phpt23 $x = new SoapServer(dirname(__FILE__)."/bug39832.wsdl");
/PHP-5.5/ext/soap/tests/interop/Round2/Base/
H A Dround2_base.inc78 $server = new SoapServer(dirname(__FILE__)."/round2_base.wsdl");
H A Dr2_base_015w.phpt2 SOAP Interop Round2 base 015 (php/wsdl): echoStructArray
20 $client = new SoapClient(dirname(__FILE__)."/round2_base.wsdl",array("trace"=>1,"exceptions"=>0));
/PHP-5.5/ext/soap/tests/schema/
H A Dschema071.phpt12 <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="int[]"/>
H A Dschema056.phpt12 <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="int[]"/>
H A Dschema072.phpt13 <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="int[]"/>
H A Dschema073.phpt13 <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="int[]"/>
H A Dschema061.phpt15 <attribute ref="enc12:arraySize" wsdl:arraySize="* 1"/>
H A Dschema023.phpt12 <attribute ref="SOAP-ENC:arrayType" wsdl:arrayType="int[]"/>
/PHP-5.5/ext/soap/tests/interop/Round2/GroupB/
H A Dr2_groupB_003w.phpt2 SOAP Interop Round2 groupB 003 (php/wsdl): echo2DStringArray
12 $client = new SoapClient(dirname(__FILE__)."/round2_groupB.wsdl",array("trace"=>1,"exceptions"=>0));
H A Dr2_groupB_004w.phpt2 SOAP Interop Round2 groupB 004 (php/wsdl): echoNestedStruct
20 $client = new SoapClient(dirname(__FILE__)."/round2_groupB.wsdl",array("trace"=>1,"exceptions"=>0));
H A Dr2_groupB_005w.phpt2 SOAP Interop Round2 groupB 005 (php/wsdl): echoNestedArray
15 $client = new SoapClient(dirname(__FILE__)."/round2_groupB.wsdl",array("trace"=>1,"exceptions"=>0));
/PHP-5.5/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_doclit_003w.phpt2 SOAP Interop Round4 GroupH Complex Doc Lit 003 (php/wsdl): echoExtendedStructFault
32 $client = new SoapClient(dirname(__FILE__)."/round4_groupH_complex_doclit.wsdl",array("trace"=>1,"e…
/PHP-5.5/ext/soap/tests/
H A Dserver030.phpt2 …erver 30: Handling classes which extend the SPL ArrayObject or ArrayIterator as arrays in wsdl mode
33 $server = new SoapServer(dirname(__FILE__)."/server030.wsdl");
H A Dtypemap012.phpt33 $client = new TestSoapClient(dirname(__FILE__)."/classmap.wsdl",$options);
/PHP-5.5/ext/soap/tests/interop/Round3/GroupD/
H A Dr3_groupD_import3_002w.phpt2 SOAP Interop Round3 GroupD Import3 002 (php/wsdl): echoStructArray
19 $client = new SoapClient(dirname(__FILE__)."/round3_groupD_import3.wsdl",array("trace"=>1,"exceptio…
/PHP-5.5/ext/soap/interop/
H A Dclient_round2_interop.php229 function getResults($test = 'base', $type = 'php', $wsdl = 0) { argument
234 $sql = "select * from results where class='$test' and type='$type' and wsdl=$wsdl";
371 $endpoint_info['client']->wsdl->fault = $ex;
377 if ($soap->wsdl->fault) {
378 $fault = $soap->wsdl->fault;
H A Ddatabase_round2.sql38 wsdl int(11) NOT NULL default '0',

Completed in 35 milliseconds

12345678910>>...12