- From: Tony Rogers via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 08 Nov 2005 06:10:43 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv27652
Modified Files:
ws-addr-core.xml
Log Message:
Implemented the resolution of CR5, adding a section describing sending a message to an EPR
Index: ws-addr-core.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-core.xml,v
retrieving revision 1.116
retrieving revision 1.117
diff -C2 -d -r1.116 -r1.117
*** ws-addr-core.xml 7 Nov 2005 06:43:34 -0000 1.116
--- ws-addr-core.xml 8 Nov 2005 06:10:41 -0000 1.117
***************
*** 38,41 ****
--- 38,46 ----
<affiliation>Sun Microsystems, Inc</affiliation>
</author>
+ <author>
+ <name>Tony Rogers</name>
+ <affiliation>Computer Associates International, Inc</affiliation>
+ </author>
+
</authlist>
<abstract>
***************
*** 697,700 ****
--- 702,729 ----
</div3>
</div2>
+ <div2 id="sendmsgepr">
+ <head>Sending a Message to an EPR</head>
+ <p>This section describes the process of constructing a message in accordance to an EPR.</p>
+ <olist>
+ <item>
+ <p>If the EPR's [address] property is
+ <attval>&nsuri;/none</attval> the message is discarded, if not
+ then populate the message's message addressing properties:</p>
+ <ulist>
+ <item>
+ <p>[action]: this property is required, but is not populated from the EPR.</p>
+ </item>
+ <item>
+ <p>[destination]: this property takes the value of the
+ EPR's [address] property.</p>
+ </item>
+ <item>
+ <p>[reference parameters]: this property takes the value of the
+ selected EPR's [reference parameters] property</p>
+ </item>
+ </ulist>
+ </item>
+ </olist>
+ </div2>
<div2 id="formreplymsg">
<head>Formulating a Reply Message</head>
***************
*** 732,744 ****
</item>
<item>
! <p>If the selected EPR's [address] property is
! <attval>&nsuri;/none</attval> the reply message is discarded, if not
! then populate the reply message's message addressing properties:</p>
<ulist>
<item>
- <p>[destination]: this property takes the value of the selected
- EPR's [address] property.</p>
- </item>
- <item>
<p>[relationship]: this property MUST include a pair of IRIs as
follows; the relationship type is the predefined reply URI
--- 761,767 ----
</item>
<item>
! <p>Send the message according to the previous section, but also including:</p>
<ulist>
<item>
<p>[relationship]: this property MUST include a pair of IRIs as
follows; the relationship type is the predefined reply URI
***************
*** 748,757 ****
property</p>
</item>
- <item>
- <p>[reference parameters]: this property takes the value of the
- selected EPR's [reference parameters] property</p>
- </item>
</ulist>
</item>
</olist>
<p>The following example illustrates a message containing message addressing
--- 771,777 ----
property</p>
</item>
</ulist>
</item>
+
</olist>
<p>The following example illustrates a message containing message addressing
Received on Tuesday, 8 November 2005 06:10:49 UTC