Home
last modified time | relevance | path

Searched refs:soapAction (Results 1 – 14 of 14) sorted by relevance

/PHP-5.5/ext/soap/tests/bugs/
H A Dbug40609.wsdl26soapAction="urn:update" style="document" /><wsdl:input><soap:body use="literal" /></wsdl:input></w…
H A Dbug29795.wsdl26 <soap:operation soapAction="http://soap.amazon.com"/>
H A Dbug29839.wsdl28 <soap:operation soapAction="http://test-uri"/>
H A Dbug34453.wsdl28 <soap:operation soapAction="http://test-uri"/>
H A Dbug50698_1.wsdl192 <soap:operation soapAction="http://tempuri.org/EchoService/Echo" style="document"/>
205 <soap12:operation soapAction="http://tempuri.org/EchoService/Echo" style="document"/>
H A Dbug50698_4.wsdl192 <soap:operation soapAction="http://tempuri.org/EchoService/Echo" style="document"/>
205 <soap12:operation soapAction="http://tempuri.org/EchoService/Echo" style="document"/>
H A Dbug50698_3.wsdl193 <soap12:operation soapAction="http://tempuri.org/EchoService/Echo" style="document"/>
H A Dbug50698_2.wsdl193 <soap12:operation soapAction="http://tempuri.org/EchoService/Echo" style="document"/>
/PHP-5.5/ext/soap/tests/
H A Dclassmap.wsdl37 …<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"…
H A Dbug68361.phpt63 <soap:operation soapAction="http://foo.bar/testserver/#getEmployee"/>
72 <soap:operation soapAction="http://foo.bar/testserver/#getUser"/>
/PHP-5.5/ext/soap/tests/schema/
H A Dtest_schema.inc39 <soap:operation soapAction="#test" style="$style"/>
/PHP-5.5/ext/soap/
H A Dphp_sdl.h120 char *soapAction; member
H A Dphp_sdl.c965 soapFunctionBinding->soapAction = estrdup((char*)tmp->children->content); in load_wsdl()
1715 binding->soapAction = sdl_deserialize_string(&in); in get_sdl_from_cache()
2313 sdl_serialize_string(binding->soapAction, out); in add_sdl_to_cache()
2928 if (soap_binding->soapAction) { in make_persistent_sdl_function()
2929 soap_binding->soapAction = strdup(soap_binding->soapAction); in make_persistent_sdl_function()
3560 if (soapFunction->soapAction) { in delete_function()
3561 efree(soapFunction->soapAction); in delete_function()
3599 if (soapFunction->soapAction) { in delete_function_persistent()
3600 free(soapFunction->soapAction); in delete_function_persistent()
H A Dsoap.c2726 …ret = do_request(this_ptr, request, location, fnb->soapAction, soap_version, one_way, &response TS…

Completed in 62 milliseconds