Searched refs:rpc (Results 1 – 25 of 47) sorted by relevance
12
24 …s:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoStringResponse env:encodingStyle="http://www.w…
24 …s:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoBooleanResponse env:encodingStyle="http://www.…
26 …s:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoBase64Response env:encodingStyle="http://www.w…
24 …ns:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoDateResponse env:encodingStyle="http://www.w3…
24 …s:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoDecimalResponse env:encodingStyle="http://www.…
24 …ns:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoFloatResponse env:encodingStyle="http://www.w…
24 …mlns:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:isNilResponse env:encodingStyle="http://www.w3.…
23 …mlns:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:isNilResponse env:encodingStyle="http://www.w3.…
26 …mlns:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:isNilResponse env:encodingStyle="http://www.w3.…
28 …s:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:countItemsResponse env:encodingStyle="http://www.w…
25 …s:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoStringResponse env:encodingStyle="http://www.w…
28 …rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoStringArrayResponse env:encodingStyle="http://ww…
28 …rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoIntegerArrayResponse env:encodingStyle="http://w…
29 …s:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoStructResponse env:encodingStyle="http://www.w…
26 …rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoSimpleTypesAsStructResponse env:encodingStyle="h…
30 …rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoFloatArrayResponse env:encodingStyle="http://www…
31 …s:rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoStringResponse env:encodingStyle="http://www.w…
34 …rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoNestedStructResponse env:encodingStyle="http://w…
40 …rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoStructArrayResponse env:encodingStyle="http://ww…
35 …rpc="http://www.w3.org/2003/05/soap-rpc"><ns1:echoNestedArrayResponse env:encodingStyle="http://ww…
9 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") {
614 xml_element* rpc = xml_elem_new(); in SOAP_REQUEST_to_xml_element() local616 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()
35 <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 46 milliseconds