SOAP 1.2 Part 3: One-Way MEP

Editors Copy $Date: 2006/03/30 09 53:43 $ 31 May 2006

This version:
/
Editor:
David Orchard, BEA Systems

Abstract

SOAP Version 1.2 Part 2 provides a request-response MEP and a response-only MEP. This, the SOAP 1.2 Part 3, provides a one-way MEP.

Status of this Document

This document is an editors' copy that has no official standing.

This section describes the status of this document at the time of its publication. Other documents may supersede this document. The latest status of this document series is maintained at the W3C.

Table of Contents

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

Appendix

A Change Log (Non-Normative)


1 Introduction

SOAP Version 1.2 Part 2 provides a request-response MEP and a response-only MEP. This, the SOAP 1.2 Part 3, provides a one-way MEP.

2 SOAP One-way Message Exchange Pattern

This section defines the message exchange pattern (MEP) called "One-way". The description is an abstract presentation of the operation of this MEP. It is not intended to describe a real implementation or to suggest how a real implementation should be structured.

2.2 Description

The SOAP One-way MEP defines properties for the exchange of a SOAP message. In the absence of failure in the underlying protocol, this MEP consists of one SOAP message.

Abnormal operation during a one-way message exchange might be caused by a failure to transfer the message or a failure at the receiving SOAP node to process the message. Such failures might be silent at either or both of the sending and recieving SOAP nodes involved, or might result in the generation of a SOAP or binding-specific fault (see 2.4 Fault Handling). Also, during abnormal operation each SOAP node involved in the message exchange might differ in its determination of the successful completion of the message exchange.

The scope of a one-way MEP is limited to the exchange of a message between one sending and one receiving SOAP node. Implementations MAY choose to support multiple meps at the same time.

The sending node MUST send the SOAP Message provided in http://www.w3.org/2003/05/soap/mep/OutboundMessage to the node identified by http://www.w3.org/2003/05/soap/mep/ImmediateDestination. The sender is not required to detect whether transmission succeeds or fails, but the sender SHOULD fault in a binding specific manner if it descovers that transmission is unsuccessful.

The receiving node MUST determine whether a given message is successfully received, and if so, MUST process the received message in http://www.w3.org/2003/05/soap/mep/InboundMessage according to the SOAP Processing Model (see SOAP 1.2 Part 1 [SOAP Part 1]Processing SOAP messages). Determination of success by the receiver MAY be conservative, I.e. the receiver may in exceptional circumstances treat as erroneous or lost a message which is received intact (typical reasons for making such decisions might include shortage of buffer space, network interface overruns, etc.). Receivers MAY fault in a binding-specific manner if some particular message is declared in error (note, however, that in many cases where receipt is unsuccessful, information identifying the message or its sender may be unreliable, in which case there may be little if any value in reflecting a message-specific fault.)

2.3 Property Description

The One-way MEP defines a set of properties described below.

Property definitions for One-way MEP
Property NameProperty DescriptionProperty Type
http://www.w3.org/2003/05/soap/mep/OutboundMessageAn 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/ImmediateDestinationThe identifier of the immediate destination of an outbound message.xs:anyURI
http://www.w3.org/2003/05/soap/mep/ImmediateSenderThe identifier of the immediate sender of an inbound message.xs:anyURI
http://www.w3.org/2003/05/soap/bindingFramework/ExchangeContext/FailureReasonA value that denotes a pattern-specific, bindi g-independent reason for the failure of a message exchange. Underlying protocol binding specifications may define properties to convey more binding-specific details of the failure. xs:anyURI
http://www.w3.org/2003/05/soap/bindingFramework/ExchangeContext/StateThe identifier of the state of the message exchange. This value is managed by the binding instance and may be inspected by other entities monitoring the progress of the message exchange. At a terminal state, it contains either Success or Fail xs:anyURI

There may be other properties related to the operation of the message exchange and are processed according to their own feature specifications.

3 References

A Change Log (Non-Normative)

Changes
WhoWhenWhat
DBO20041208Initial Revision
DBO200603302nd Revision
DBO20060530Adding sending and receiver MUSTs
--=_mixed 000C238F852571B1_=--