Home
last modified time | relevance | path

Searched refs:rpc (Results 1 – 25 of 47) sorted by relevance

12

/PHP-5.5/ext/soap/tests/soap12/
H A DT51.phpt26 …s:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoBase64Response env:encodingStyle="http://www.w…
H A DT52.phpt24 …s:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoBooleanResponse env:encodingStyle="http://www.…
H A DT53.phpt24 …ns:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoDateResponse env:encodingStyle="http://www.w3…
H A DT54.phpt24 …s:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoDecimalResponse env:encodingStyle="http://www.…
H A DT55.phpt24 …ns:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoFloatResponse env:encodingStyle="http://www.w…
H A DT76_1.phpt24 …s:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoStringResponse env:encodingStyle="http://www.w…
H A DT77_1.phpt24 …mlns:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:isNilResponse env:encodingStyle="http://www.w3.…
H A DT77_2.phpt23 …mlns:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:isNilResponse env:encodingStyle="http://www.w3.…
H A DT77_3.phpt26 …mlns:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:isNilResponse env:encodingStyle="http://www.w3.…
H A DT60.phpt28 …s:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:countItemsResponse env:encodingStyle="http://www.w…
H A DT73.phpt25 …s:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoStringResponse env:encodingStyle="http://www.w…
H A DT41.phpt29 …s:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoStructResponse env:encodingStyle="http://www.w…
H A DT44.phpt26rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoSimpleTypesAsStructResponse env:encodingStyle="h…
H A DT47.phpt30rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoFloatArrayResponse env:encodingStyle="http://www…
H A DT48.phpt28rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoStringArrayResponse env:encodingStyle="http://ww…
H A DT49.phpt28rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoStringArrayResponse env:encodingStyle="http://ww…
H A DT50.phpt28rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoIntegerArrayResponse env:encodingStyle="http://w…
H A DT57.phpt31 …s:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoStringResponse env:encodingStyle="http://www.w…
H A DT76_2.phpt31 …s:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoStringResponse env:encodingStyle="http://www.w…
H A DT45.phpt34rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoNestedStructResponse env:encodingStyle="http://w…
H A DT42.phpt40rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoStructArrayResponse env:encodingStyle="http://ww…
H A DT46.phpt35rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoNestedArrayResponse env:encodingStyle="http://ww…
/PHP-5.5/ext/soap/tests/schema/
H A Dtest_schema.inc9 function test_schema($schema,$type,$param,$style="rpc",$use="encoded", $attributeFormDefault='',$fe…
37 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
66 if ($style == "rpc") {
/PHP-5.5/ext/xmlrpc/libxmlrpc/
H A Dxml_to_soap.c614 xml_element* rpc = xml_elem_new(); in SOAP_REQUEST_to_xml_element() local
616 if (rpc) { in SOAP_REQUEST_to_xml_element()
623 rpc->name = strdup(methodname); in SOAP_REQUEST_to_xml_element()
635 rpc->name = strdup(buf); in SOAP_REQUEST_to_xml_element()
640 if (rpc->name) { in SOAP_REQUEST_to_xml_element()
645 Q_PushTail(&rpc->children, iter); in SOAP_REQUEST_to_xml_element()
651 Q_PushTail(&rpc->children, el_serialized); in SOAP_REQUEST_to_xml_element()
655 Q_PushTail(&body->children, rpc); in SOAP_REQUEST_to_xml_element()
/PHP-5.5/ext/soap/tests/
H A Dclassmap.wsdl35 <soap:binding style="rpc" transport="http://schemas.xmlsoap.org/soap/http"/>
37 …<soap:operation soapAction="http://localhost:81/test/interface.php?class=test/dotest" style="rpc"/>
46 …soap:operation soapAction="http://localhost:81/test/interface.php?class=test/dotest2" style="rpc"/>

Completed in 31 milliseconds

12