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…
28 <soap:operation soapAction="http://test-uri"/>
26 <soap:operation soapAction="http://soap.amazon.com"/>
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"/>
117 char *soapAction; member
960 soapFunctionBinding->soapAction = estrdup((char*)tmp->children->content); in load_wsdl()1722 binding->soapAction = sdl_deserialize_string(&in); in get_sdl_from_cache()2316 sdl_serialize_string(binding->soapAction, out); in add_sdl_to_cache()2918 if (soap_binding->soapAction) { in make_persistent_sdl_function()2919 soap_binding->soapAction = strdup(soap_binding->soapAction); in make_persistent_sdl_function()3539 if (soapFunction->soapAction) { in delete_function()3540 efree(soapFunction->soapAction); in delete_function()3578 if (soapFunction->soapAction) { in delete_function_persistent()3579 free(soapFunction->soapAction); in delete_function_persistent()
2307 … ret = do_request(this_ptr, request, location, fnb->soapAction, soap_version, one_way, &response);
Completed in 38 milliseconds