- From: Marc Hadley via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 02 Jun 2005 17:43:55 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv17259
Modified Files:
ws-addr-soap.xml
Log Message:
Added clarifications of fault property values
Index: ws-addr-soap.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-soap.xml,v
retrieving revision 1.72
retrieving revision 1.73
diff -C2 -d -r1.72 -r1.73
*** ws-addr-soap.xml 25 May 2005 21:40:40 -0000 1.72
--- ws-addr-soap.xml 2 Jun 2005 17:43:52 -0000 1.73
***************
*** 322,326 ****
<def>
<p>This REQUIRED attribute (of type xs:boolean) signifies
! whether the message information header is a reference
parameter, see section <specref ref="bindrefp"/> for
more details on its use.</p>
--- 322,326 ----
<def>
<p>This REQUIRED attribute (of type xs:boolean) signifies
! whether the message addressing header is a reference
parameter, see section <specref ref="bindrefp"/> for
more details on its use.</p>
***************
*** 592,605 ****
<div2 id="invalidmapfault">
<head> Invalid Addressing Header</head>
! <p>A header representing a WS-Addressing 1.0 Message Addressing Property
! cannot be processed.</p>
! <p> [Code] S:Sender</p>
! <p> [Subcode] wsa:InvalidAddressingHeader</p>
! <p> [Reason] A header representing a Message Addressing Property is not valid and the
! message cannot be processed. The validity failure can be
either structural or semantic, e.g. a [destination] that is
not an IRI or a [relationship] to a [message id] that was
never issued.</p>
! <p> [Detail] [Invalid header QName]</p>
</div2>
--- 592,605 ----
<div2 id="invalidmapfault">
<head> Invalid Addressing Header</head>
! <p>A header representing a WS-Addressing 1.0 Message Addressing Property is invalid and
! cannot be processed. The validity failure can be
either structural or semantic, e.g. a [destination] that is
not an IRI or a [relationship] to a [message id] that was
never issued.</p>
! <p> [Code] a QName representing the value S:Sender</p>
! <p> [Subcode] a QName representing the value wsa:InvalidAddressingHeader</p>
! <p> [Reason] the string: "A header representing a Message Addressing Property is not valid and the
! message cannot be processed" </p>
! <p> [Detail] a QName representing the name of the root element of the invalid header block</p>
</div2>
***************
*** 607,615 ****
<head> Message Addressing Header Required</head>
<p>A required header representing a Message Addressing Property is absent.</p>
! <p> [Code] S:Sender</p>
! <p> [Subcode] wsa:MessageAddressingHeaderRequired</p>
! <p> [Reason] A required header representing a Message Addressing Property is not
! present.</p>
! <p> [Detail] [Missing header QName]</p>
</div2>
--- 607,615 ----
<head> Message Addressing Header Required</head>
<p>A required header representing a Message Addressing Property is absent.</p>
! <p> [Code] a QName representing the value S:Sender</p>
! <p> [Subcode] a QName representing the value wsa:MessageAddressingHeaderRequired</p>
! <p> [Reason] the string: "A required header representing a Message Addressing Property is not
! present"</p>
! <p> [Detail] a QName representing the name of the missing header element</p>
</div2>
***************
*** 618,625 ****
<p>No endpoint can be found capable of acting in the role of the
[destination] property.</p>
! <p> [Code] S:Sender</p>
! <p> [Subcode] wsa:DestinationUnreachable</p>
! <p> [Reason] No route can be determined to reach [destination].</p>
! <p> [Detail] empty</p>
</div2>
<div2 id="actionfault">
--- 618,625 ----
<p>No endpoint can be found capable of acting in the role of the
[destination] property.</p>
! <p> [Code] a QName representing the value S:Sender</p>
! <p> [Subcode] a QName representing the value wsa:DestinationUnreachable</p>
! <p> [Reason] the string: "No route can be determined to reach [destination]"</p>
! <p> [Detail] (empty)</p>
</div2>
<div2 id="actionfault">
***************
*** 627,635 ****
<p>The [action] property in the message is not supported at this
endpoint.</p>
! <p>The contents of this fault are as follows:</p>
! <p> [Code] S:Sender</p>
! <p> [Subcode] wsa:ActionNotSupported</p>
! <p> [Reason] The [action] cannot be processed at the receiver.</p>
! <p> [Detail] [action]</p>
</div2>
<div2 id="unavailablefault">
--- 627,634 ----
<p>The [action] property in the message is not supported at this
endpoint.</p>
! <p> [Code] a QName representing the value S:Sender</p>
! <p> [Subcode] a QName representing the value wsa:ActionNotSupported</p>
! <p> [Reason] the string: "The [action] cannot be processed at the receiver"</p>
! <p> [Detail] the value of the wsa:Action header block</p>
</div2>
<div2 id="unavailablefault">
***************
*** 640,651 ****
the detail. The source SHOULD NOT retransmit the message until
this duration has passed.</p>
! <p> [Code] S:Receiver</p>
! <p> [Subcode] wsa:EndpointUnavailable</p>
! <p> [Reason] The endpoint is unable to process the message at
! this time.</p>
! <p> [Detail] <wsa:RetryAfter
! ...>[xs:nonNegativeInteger]</wsa:RetryAfter></p>
! <p> The following describes the attributes and elements listed
! above:</p>
<glist>
<gitem>
--- 639,648 ----
the detail. The source SHOULD NOT retransmit the message until
this duration has passed.</p>
! <p> [Code] a QName representing the value S:Receiver</p>
! <p> [Subcode] a QName representing the value wsa:EndpointUnavailable</p>
! <p> [Reason] the string "The endpoint is unable to process the message at
! this time"</p>
! <p> [Detail] a <wsa:RetryAfter> element</p>
! <p> The following describes the <wsa:RetryAfter> element:</p>
<glist>
<gitem>
Received on Thursday, 2 June 2005 17:44:00 UTC