© 2006 W3C® (MIT, INRIA, Keio), All Rights Reserved. W3C liability, trademark, document use, and software licensing rules apply.
1 Introduction
1.1 Notational Conventions
2 SOAP One-way Message Exchange Pattern
2.1 SOAP Feature Name
2.2 Description
2.3 Property
Description
2.4 Fault Handling
3 References
3.1 Normative References
3.2 Informative
References
A Change Log (Non-Normative)
The keywords "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "MAY", and "OPTIONAL" in this document are to be interpreted as described in RFC 2119 [RFC 2119].
With the exception of examples and sections explicitly marked as "Non-Normative", all parts of this specification are normative.
This message exchange pattern is identified by the URI (see SOAP 1.2 Part 1 [SOAP Part 1]SOAP Features):
"http://www.w3.org/2006/03/soap/mep/one-way/"
The SOAP One-way MEP defines
properties for the exchange of a SOAP message.
Bindings MAY define more detailed behavior in the case of abnormal operation. Bindings MAY choose to support multiple instances of this MEP simultaneously.
The One-way MEP defines the properties described below.
Property Name | Property Description | Property Type |
---|---|---|
http://www.w3.org/2003/05/soap/mep/OutboundMessage |
An abstract structure that represents the current outbound message in the message exchange. This abstracts both SOAP Envelope and any other information structures that are transferred along with the envelope. | Not specified |
http://www.w3.org/2003/05/soap/mep/ImmediateDestination |
The identifier of the immediate destination of an outbound message. | xs:anyURI |
http://www.w3.org/2003/05/soap/mep/ImmediateSender |
The identifier of the immediate sender of an inbound message. | xs:anyURI |
Who | When | What |
---|---|---|
DBO | 20041208 | Initial Revision |
DBO | 20060330 | 2nd Revision |
DBO | 20060530 | Adding sending and receiver MUSTs |
DMH |
20060616 |
Clarified semantics. |