- From: Amelia Lewis <alewis@dev.w3.org>
- Date: Thu, 09 Dec 2004 17:11:48 +0000
- To: public-ws-desc-eds@w3.org
Update of /sources/public/2002/ws/desc/wsdl20
In directory hutz:/tmp/cvs-serv5999
Modified Files:
wsdl20-extensions.xml
Log Message:
Changes to clarify fault propagation rulesets, overrides, best efforts.
Index: wsdl20-extensions.xml
===================================================================
RCS file: /sources/public/2002/ws/desc/wsdl20/wsdl20-extensions.xml,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** wsdl20-extensions.xml 3 Aug 2004 16:50:26 -0000 1.4
--- wsdl20-extensions.xml 9 Dec 2004 17:11:46 -0000 1.5
***************
*** 158,163 ****
the document.</p>
! <p>Generation of a fault, regardless of ruleset, terminates the
! exchange.</p>
<div3 id="fault-replacement">
--- 158,176 ----
the document.</p>
! <p>WSDL patterns specify propagation of faults, not their generation.
! Nodes which generate a fault MUST attempt to propagate the faults in
! accordance with the governing ruleset, but it is understood that any
! delivery of a network message is best effort, not guaranteed. The
! rulesets establish the direction of the fault message and the fault
! recipient, they do not provide reliability or other delivery guarantees.
! When a fault is generated, the generating node MUST attempt to
! propagate the fault, and MUST do so in the direction and to to the
! recipient specified by the ruleset.</p>
!
! <p>Generation of a fault, regardless of ruleset, terminates the exchange.</p>
!
! <p>Bindings, features, or extension specifications may override the
! semantics of a fault propagation ruleset, but this practice is strongly
! discouraged.</p>
<div3 id="fault-replacement">
***************
*** 811,814 ****
--- 824,831 ----
</tr>
<tr>
+ <td>20041209</td>
+ <td>aal</td>
+ <td>add clarifying language for fault propagation, per LC54/76.</td>
+ <tr>
<td>20040713</td>
<td>aal</td>
Received on Thursday, 9 December 2004 17:11:50 UTC