- From: Tony Rogers via cvs-syncmail <cvsmail@w3.org>
- Date: Mon, 13 Mar 2006 12:59:50 +0000
- To: public-ws-addressing-eds@w3.org
Update of /sources/public/2004/ws/addressing
In directory hutz:/tmp/cvs-serv20049
Modified Files:
ws-addr-wsdl.xml
Log Message:
Added resolution of LC109: specify that at least one of reply or fault endpoint is required on Robust In-Only
Index: ws-addr-wsdl.xml
===================================================================
RCS file: /sources/public/2004/ws/addressing/ws-addr-wsdl.xml,v
retrieving revision 1.75
retrieving revision 1.76
diff -C2 -d -r1.75 -r1.76
*** ws-addr-wsdl.xml 3 Mar 2006 14:10:08 -0000 1.75
--- ws-addr-wsdl.xml 13 Mar 2006 12:59:47 -0000 1.76
***************
*** 1231,1235 ****
<tr>
<td>[reply endpoint]</td>
! <td align="center">N</td>
<td>Intended receiver for replies to this message. Unused in this
MEP, but may be included to facilitate longer running message
--- 1231,1235 ----
<tr>
<td>[reply endpoint]</td>
! <td align="center">N*</td>
<td>Intended receiver for replies to this message. Unused in this
MEP, but may be included to facilitate longer running message
***************
*** 1238,1242 ****
<tr>
<td>[fault endpoint]</td>
! <td align="center">N</td>
<td>Intended receiver for faults related to this message.</td>
</tr>
--- 1238,1242 ----
<tr>
<td>[fault endpoint]</td>
! <td align="center">N*</td>
<td>Intended receiver for faults related to this message.</td>
</tr>
***************
*** 1256,1259 ****
--- 1256,1261 ----
</tbody>
</table>
+ <p>* Note that at least one of [fault endpoint] or [reply endpoint] is required
+ for this MEP, so that a fault can be sent if necessary.</p>
<table border="1">
<caption>Message addressing properties for fault message.</caption>
Received on Monday, 13 March 2006 12:59:52 UTC