Home
last modified time | relevance | path

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

/PHP-8.2/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-8.2/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-8.2/ext/soap/tests/schema/
H A Dtest_schema.inc39 <soap:operation soapAction="#test" style="$style"/>
/PHP-8.2/ext/soap/
H A Dphp_sdl.h117 char *soapAction; member
H A Dphp_sdl.c960 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()
2920 if (soap_binding->soapAction) { in make_persistent_sdl_function()
2921 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()
H A Dsoap.c2254 … ret = do_request(this_ptr, request, location, fnb->soapAction, soap_version, one_way, &response);

Completed in 40 milliseconds