Searched refs:echoVoid (Results 1 – 15 of 15) sorted by relevance
/PHP-5.3/ext/soap/interop/ |
H A D | client_round2_params.php | 446 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=0 actor=next)', NULL); 458 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=1 actor=next)', NULL); 470 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=0 actor=other)', NULL); 482 $test = new SOAP_Test('echoVoid(echoMeStringRequest mustUnderstand=1 actor=other)', NULL); 496 $test = new SOAP_Test('echoVoid(echoMeStringRequest invalid namespace)', NULL); 514 $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=0 actor=next)', NULL); 531 $test = new SOAP_Test('echoVoid(echoMeStructRequest mustUnderstand=1 actor=next)', NULL); 579 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=next)', NULL); 592 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=1 actor=next)', NULL); 605 $test = new SOAP_Test('echoVoid(echoMeUnknown mustUnderstand=0 actor=other)', NULL); [all …]
|
H A D | server_round2_base.php | 66 function echoVoid() function in SOAP_Interop_Base
|
/PHP-5.3/ext/soap/tests/interop/Round4/GroupI/ |
H A D | r4_groupI_xsd_001w.phpt | 2 SOAP Interop Round4 GroupI XSD 001 (php/wsdl): echoVoid 10 $client->echoVoid(); 18 …soap/envelope/" xmlns:ns1="http://soapinterop.org/"><SOAP-ENV:Body><ns1:echoVoid/></SOAP-ENV:Body>…
|
H A D | round4_groupI_xsd.inc | 23 function echoVoid()
|
/PHP-5.3/ext/soap/tests/interop/Round3/GroupD/ |
H A D | r3_groupD_doclitparams_004w.phpt | 2 SOAP Interop Round3 GroupD Doc Lit Parameters 004 (php/wsdl): echoVoid 10 $client->echoVoid(); 18 …p/envelope/" xmlns:ns1="http://soapinterop.org/xsd"><SOAP-ENV:Body><ns1:echoVoid/></SOAP-ENV:Body>…
|
H A D | r3_groupD_rpcenc_004w.phpt | 2 SOAP Interop Round3 GroupD RPC Encoded 004 (php/wsdl): echoVoid 10 $client->echoVoid(); 18 …ngStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:echoVoid/></SOAP-ENV:Body>…
|
H A D | r3_groupD_doclit_004w.phpt | 2 SOAP Interop Round3 GroupD Doc Lit 004 (php/wsdl): echoVoid 10 $client->echoVoid();
|
H A D | round3_groupD_doclit.inc | 19 function echoVoid()
|
H A D | round3_groupD_rpcenc.inc | 19 function echoVoid()
|
H A D | round3_groupD_doclitparams.inc | 19 function echoVoid()
|
/PHP-5.3/ext/soap/tests/interop/Round2/Base/ |
H A D | r2_base_016w.phpt | 2 SOAP Interop Round2 base 016 (php/wsdl): echoVoid 10 $client->echoVoid(); 18 …ngStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:echoVoid/></SOAP-ENV:Body>…
|
H A D | r2_base_016p.phpt | 2 SOAP Interop Round2 base 016 (php/direct): echoVoid 8 $client->__soapCall("echoVoid", array(), array("soapaction"=>"http://soapinterop.org/","uri"=>"http… 16 …ngStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:echoVoid/></SOAP-ENV:Body>…
|
H A D | r2_base_016s.phpt | 2 SOAP Interop Round2 base 016 (soap/direct): echoVoid 8 $client->__soapCall("echoVoid", array(), array("soapaction"=>"http://soapinterop.org/","uri"=>"http… 16 …ngStyle="http://schemas.xmlsoap.org/soap/encoding/"><SOAP-ENV:Body><ns1:echoVoid/></SOAP-ENV:Body>…
|
H A D | round2_base.inc | 45 function echoVoid()
|
/PHP-5.3/ext/soap/tests/soap12/ |
H A D | soap12-test.inc | 41 function echoVoid() {
|
Completed in 17 milliseconds