- From: Marc Hadley via cvs-syncmail <cvsmail@w3.org>
- Date: Thu, 02 Mar 2006 13:49:36 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv6248
Modified Files:
ws-addr-core.xml
Log Message:
Added resolution to CR17, clarified that [reply endpoint] is always present when using the XML infoset serialization
Index: ws-addr-core.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-core.xml,v
retrieving revision 1.125
retrieving revision 1.126
diff -C2 -d -r1.125 -r1.126
*** ws-addr-core.xml 2 Mar 2006 12:47:08 -0000 1.125
--- ws-addr-core.xml 2 Mar 2006 13:49:34 -0000 1.126
***************
*** 758,768 ****
<item>
<p>If the reply is a normal message, select the EPR from the related
! message's [reply endpoint] message addressing property. If none
! is present, the processor MUST fault. </p>
! <note><p>When using the XML Infoset representation, in the absence
of a wsa:ReplyTo element the value of the
[reply endpoint] message addressing property defaults to an EPR with
an [address] property of <attval>&nsuri;/anonymous</attval> - see
section <specref ref="msgaddrpropsinfoset"/>.</p></note>
</item>
<item>
--- 758,777 ----
<item>
<p>If the reply is a normal message, select the EPR from the related
! message's [reply endpoint] message addressing property.</p>
! <!-- <note><p>When using the XML Infoset representation, in the absence
of a wsa:ReplyTo element the value of the
[reply endpoint] message addressing property defaults to an EPR with
an [address] property of <attval>&nsuri;/anonymous</attval> - see
section <specref ref="msgaddrpropsinfoset"/>.</p></note>
+ -->
+ <note><p>The [reply endpoint] message addressing property will always be
+ present when using the XML Infoset representation since, in the absence
+ of a wsa:ReplyTo element, the value of the
+ [reply endpoint] message addressing property defaults to an EPR with
+ an [address] property of <attval>&nsuri;/anonymous</attval> - see
+ section <specref ref="msgaddrpropsinfoset"/>.</p></note>
+ <p> If the [reply endpoint] message addressing property is not
+ present the processor MUST fault. This could only occur when using an
+ alternate representation of message addressing properties.</p>
</item>
<item>
Received on Thursday, 2 March 2006 13:49:38 UTC