Searched refs:soapAction (Results 1 – 14 of 14) sorted by relevance
26 …soapAction="urn:update" style="document" /><wsdl:input><soap:body use="literal" /></wsdl:input></w…
26 <soap:operation soapAction="http://soap.amazon.com"/>
28 <soap:operation soapAction="http://test-uri"/>
192 <soap:operation soapAction="http://tempuri.org/EchoService/Echo" style="document"/>205 <soap12:operation soapAction="http://tempuri.org/EchoService/Echo" style="document"/>
193 <soap12:operation soapAction="http://tempuri.org/EchoService/Echo" style="document"/>
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"…
63 <soap:operation soapAction="http://foo.bar/testserver/#getEmployee"/>72 <soap:operation soapAction="http://foo.bar/testserver/#getUser"/>
39 <soap:operation soapAction="#test" style="$style"/>
120 char *soapAction; member
957 soapFunctionBinding->soapAction = estrdup((char*)tmp->children->content); in load_wsdl()1709 binding->soapAction = sdl_deserialize_string(&in); in get_sdl_from_cache()2305 sdl_serialize_string(binding->soapAction, out); in add_sdl_to_cache()2899 if (soap_binding->soapAction) { in make_persistent_sdl_function()2900 soap_binding->soapAction = strdup(soap_binding->soapAction); in make_persistent_sdl_function()3523 if (soapFunction->soapAction) { in delete_function()3524 efree(soapFunction->soapAction); in delete_function()3562 if (soapFunction->soapAction) { in delete_function_persistent()3563 free(soapFunction->soapAction); in delete_function_persistent()
2716 … ret = do_request(this_ptr, request, location, fnb->soapAction, soap_version, one_way, &response);
Completed in 39 milliseconds