OASIS Mailing List ArchivesView the OASIS mailing list archive below
or browse/search using MarkMail.

 


Help: OASIS Mailing Lists Help | MarkMail Help

wsrm message

[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]


Subject: Updated Draft FAQ for comment


The updated draft FAQ is attached for comment.

Please review and provide comments before the June 1 TC meeting.

Tom Rutt

Jacques and Sunil have an action item to provide a faq question and 
answer around the reply pattern topic.

-- 
----------------------------------------------------
Tom Rutt	email: tom@coastin.com; trutt@us.fujitsu.com
Tel: +1 732 801 5744          Fax: +1 732 774 5133


Title: Frequently Asked Questions about WS-Reliability Specification

Frequently Asked Questions about WS-Reliability Specification

 

Q:What is the need for the WS-Reliability specification?

 

Answer:

 

As Web Services (WS) start to be deployed across enterprise boundaries and for collaborative e-business and e-transaction scenarios, message reliability becomes a critical issue.   This is because communications over the Internet (and Intranets) is inherently unreliable, as usage of the “transport protocols” (e.g., HTTP, SMTP, and other message delivery protocols) admit conditions which do not offer guaranteed or ordered delivery.  Yet WS messages need be delivered to the ultimate receiver, even in the presence of component, system, or network failures.  If a message can’t be reliably delivered, then the user must be so informed.

 

Q: What are the reliability features supported by the WS-Reliability specification?

 

Answer:

 

A] Guaranteed delivery Delivery at least once - the sent message must be delivered at the receiver, or else a notification of potential delivery failure is given to the sender.

 

B] Duplicate elimination - Delivery at most once -with duplicates detected and eliminated by the RMP receiver,

 

C] Guaranteed message ordering – messages are delivered in the order sent

 

Q: How does the WS-Reliability protocol relate to WSDL operation types?

 

Answer:

 

WS-Reliability has been designed to support One-Way and Request-Response operations. The two following requirements are observed by WS-Reliability:

 

1- An implementation of WS-Reliability is not supposed to be aware of the type of WSDL operation associated with the messages it is processing.

 

2- The RM protocol specified is compatible with current WS-I profiles.

 

One-Way operations:

 

All specified RM features apply to these operations, with the following restriction: In order to comply with current WS-I profiles, the "Response" reply pattern must not be used with these operations.

 

Request-Response operations:

 

All specified RM features apply to these operations, with the exception of the "response" leg of the operation, to which the Guaranteed Delivery protocol as defined does not apply: the HTTP binding required by current WS-I profiles requires a particular handling of re-sending that is beyond V1.0. It should be noted that the benefits of RM features may not be as obvious for this operation type as for the previous one: because Request-Response is often supported in a synchronous way by SOAP implementations, the application will generally have a level of control that may supersede some RM features. For example, an application can be certain that a delivery of a request occurred, when it receives the correlated response.

 

Because an implementation is not required to distinguish messages based on their associated WSDL operation type, an appropriate use of RM features will depend on the user layer.

 

 

Q: When will the WS Reliability spec be completed and what is it based on?

 

Answer:

 

Agreement was reached in Nov 2003 on a committee draft spec (v0.52),

which was implemented in a demo at the Philadelphia XML Conference, in

Deceber 2003. The TC has recently voted on a committee draft spec

(v.0.992) which completed its 30 day public review, April 19, 2004.

Note that the spec is based on Requirements issues that have been

compiled for the committee’s internal use (over 100 requirements have

been identified).

 

- An OASIS standard could be approved in the 2nd Quarter of 2004

 

 

Q: How is WS-Reliability designed to compose with other web service protocols?

 

Answer:

 

Web service specifications which can compose with WS-Reliability are likely to fall under the following (fuzzy) categories :

 

(a)- "Under WS-R": Add-ons to SOAP transport like routing, addressing, that WS-R may need to accommodate or profile.

Status: nothing in the open space yet

 

(b)- "Supporting WS-R" specifications (policies, WSDL annotation), that support some function assumed by WS-R but not central to its deployment:

Status: not finalized or not open.

 

(c)- "Over WS-R", Higher level specifications (BPEL, Choreography, CAF, ASAP...) would use/profile reliability, not the reverse.

 

(d)- "Complementary to WS-R" specifications (Security, transactions, Context...)

that support other business requirements likely to be used in conjunction with reliability, and share message footprint.

 

SOAP header composability and processing model make this possible.. An important consideration in design of the WS-Reliability protocol was to have it be orthogonal to any other web services protocols which define the use of  soap header elements.  WS-Reliability defines elements to be sent in  Soap headers .  Our header elements  only contain parameters essential for the operation of the WS-reliability protocol.   For example, WS-reliability defines a reply to element for the sending Reliable Message Processor to convey a call back address for the Reliable messaging reply.  This address is independent of any other reply mechanisms used for other protocols (e.g., WSDL response is not influenced by the WS-Reliability reply To parameter).   Apparent redundancy (message ID, reply to address for callback) should not be an issue

 

Appropriate profiling and guidelines may apply.

 

Q: What is the relationship between WS-R and ebXML V2.0?

 

Answer:

 

Overall, they both have same messaging reliability contracts as objectives: guaranteed delivery, no duplicate delivery, ordered delivery, and combinations

of these. 

 

However, WS-R has improved on scalability and performance by generalizing the use of sequence numbers, and can accommodate different security and access conditions on each party, as this is more frequently the case with a Web service and its clients, compared to more symmetrical access conditions in messaging. The reliability contract is more "application-oriented" in WS-R, where acknowledgment is on final delivery, in contrast to "on receipt" by the message handler in ebMS.

 

Q: Why does the spec have a different name than the TC?

 

Answer:

 

The difference in naming of the TC (WS Reliable Messaging) and the specification (WS Reliability) is a result of how materials were originally submitted to OASIS to initiate this activity.  The TC chose not to rename the specification to avoid confusion with a similarly named, though unrelated, specification (WS-ReliableMessaging) that has not been submitted to a standard body. This permits one to unambiguously refer to the exact specification being discussed.

 

 

 



[Date Prev] | [Thread Prev] | [Thread Next] | [Date Next] -- [Date Index] | [Thread Index] | [List Home]