3.3.4.2.2 Sending the Request
How the Request URI and Content-Type are transmitted depends on the transport information associated with the Proxy, which was obtained in an earlier step, "Serializing the Request" (section 3.3.4.2.1). The Request MUST be transmitted as specified in the following table.
Transport |
Request URI |
Content Type |
Specification for sending message |
---|---|---|---|
TCP |
MUST be set in the RequestURIHeader of the message frame. |
MUST be set in the ContentTypeHeader of the message frame. |
Sending Request under TCP Transport |
SOAP- TCP |
MUST be set in the RequestURIHeader of the message frame. |
MUST be set in the ContentTypeHeader of the message frame. |
Sending Request under SOAP on TCP |
HTTP |
The Server Object URIpart of the Request URI MUST be set as the Request-URI in the Request-Line of the HTTP Request. |
MUST be set in the Content-Type entity-header field. |
Sending Request under HTTP Transport |
SOAP-HTTP |
The Server Object URI part of the Request URI MUST be set as the Request-URI in the Request-Line of the HTTP Request. |
MUST be set in the Content-Type entity-header field section. |
Sending Request under SOAP on HTTP |