Home
last modified time | relevance | path

Searched refs:envelope (Results 451 – 475 of 491) sorted by relevance

1...<<11121314151617181920

/php-src/ext/soap/tests/schema/
H A Dschema083.phpt24 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://tes…
H A Dschema084.phpt25 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://tes…
H A Dschema085.phpt39 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://tes…
H A Dschema034.phpt28 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://tes…
/php-src/ext/soap/tests/bugs/
H A Dbug47925.phpt17 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://tes…
H A Dsegfault_assertion_props.phpt13 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://sch…
H A Dbug44882.phpt16 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
H A Dbug30175.phpt16 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
H A Dbug32941.phpt12 xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
H A Dbug61525.phpt16 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://tes…
H A Dbug47049.phpt19 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://www…
H A Dbug38536.phpt16 xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"
H A Dbug43045.phpt31 xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/">
H A Dbug32776.phpt47 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www…
/php-src/ext/soap/tests/
H A Dclassmap002.phpt13 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://sch…
H A Dclassmap005.phpt13 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://sch…
H A Dtypemap003.phpt14 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://sch…
H A Dtypemap011.phpt13 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://sch…
H A Dtypemap004.phpt43 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://sch…
H A Dtypemap007.phpt14 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://sch…
/php-src/ext/soap/tests/interop/Round2/Base/
H A Dr2_base_015s.phpt41 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soa…
43 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soa…
/php-src/ext/soap/tests/interop/Round4/GroupH/
H A Dr4_groupH_complex_rpcenc_008w.phpt38 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soa…
40 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www…
H A Dr4_groupH_complex_rpcenc_009w.phpt38 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:ns1="http://soa…
40 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www…
/php-src/ext/soap/tests/SoapServer/
H A Dmissing-options-non-wsdl-mode.phpt52 <SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/"><SOAP-ENV:Body><SOAP-…
/php-src/ext/soap/
H A Dsoap.c3501 xmlNodePtr envelope = NULL, body, param; in serialize_response_call() local
3517 xmlSetNs(envelope,ns); in serialize_response_call()
3521 xmlSetNs(envelope,ns); in serialize_response_call()
3525 xmlDocSetRootElement(doc, envelope); in serialize_response_call()
3589 body = xmlNewChild(envelope, ns, BAD_CAST("Body"), NULL); in serialize_response_call()
3848 … xmlSetNsProp(envelope, envelope->ns, BAD_CAST("encodingStyle"), BAD_CAST(SOAP_1_1_ENC_NAMESPACE)); in serialize_response_call()
3891 xmlSetNs(envelope, ns); in serialize_function_call()
3895 xmlSetNs(envelope, ns); in serialize_function_call()
3899 xmlDocSetRootElement(doc, envelope); in serialize_function_call()
3905 body = xmlNewChild(envelope, ns, BAD_CAST("Body"), NULL); in serialize_function_call()
[all …]

Completed in 36 milliseconds

1...<<11121314151617181920