- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Wed, 05 Aug 2009 16:46:38 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv6664
Modified Files:
wseventing.html wseventing.xml
Log Message:
6432
Index: wseventing.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v
retrieving revision 1.59
retrieving revision 1.60
diff -u -d -r1.59 -r1.60
--- wseventing.xml 5 Aug 2009 12:13:33 -0000 1.59
+++ wseventing.xml 5 Aug 2009 16:46:35 -0000 1.60
@@ -217,6 +217,18 @@
methods or combination of methods may be defined through the use
of delivery extensions.
</p>
+
+ <p>
+ When the wse:NotifyTo element is used within the Delivery element it
+ specifies the endpoint to which Notifications are sent. For delivery
+ to addressable endpoints this is sufficient. However, for
+ non-addressable endpoints some additional mechanisms are needed. A
+ subscription manager MAY choose to support mechanisms, such as the
+ <bibref ref="WSMC"/> specification, to enable delivery of
+ Notifications to non-addressable endpoints. See the
+ <bibref ref="WSMC"/> specification for more information, and an
+ example, of how this would work.
+ </p>
</div2>
<div2 id="NotificationFormats">
@@ -2636,6 +2648,14 @@
, May 2006.
</bibl>
+ <bibl key="WS-MakeConnection" id="WSMC"
+ href="http://docs.oasis-open.org/ws-rx/wsmc/200702">
+ <titleref>
+ Web Services Make Connection (WS-MakeConnection)
+ </titleref>
+ , February 2009.
+ </bibl>
+
<bibl key="WS-MetadataExchange" id="MEX"
href="http://www.w3.org/2009/02/ws-mex">
<titleref>
@@ -3585,6 +3605,13 @@
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7136">7136</loc>
</td>
</tr>
+ <tr>
+ <td> 2009/08/05 </td>
+ <td> DD </td>
+ <td> Added resolution of issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6432">6432</loc>
+ </td>
+ </tr>
</tbody>
</table>
</div1>
Index: wseventing.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- wseventing.html 5 Aug 2009 12:13:33 -0000 1.68
+++ wseventing.html 5 Aug 2009 16:46:34 -0000 1.69
@@ -153,6 +153,16 @@
element. Other
methods or combination of methods may be defined through the use
of delivery extensions.
+ </p><p>
+ When the wse:NotifyTo element is used within the Delivery element it
+ specifies the endpoint to which Notifications are sent. For delivery
+ to addressable endpoints this is sufficient. However, for
+ non-addressable endpoints some additional mechanisms are needed. A
+ subscription manager MAY choose to support mechanisms, such as the
+ <a href="#WSMC">[WS-MakeConnection]</a> specification, to enable delivery of
+ Notifications to non-addressable endpoints. See the
+ <a href="#WSMC">[WS-MakeConnection]</a> specification for more information, and an
+ example, of how this would work.
</p></div><div class="div2">
<h3><a name="NotificationFormats" id="NotificationFormats"/>2.3 Notification Formats</h3><p>
This specification specifies two delivery formats: wrapped and
@@ -1453,7 +1463,11 @@
W3C Recommendation, "Web Services Addressing 1.0 (WS-Addressing)"
</cite></a>
, May 2006.
- (See http://www.w3.org/2005/08/addressing/.)</dd><dt class="label"><a name="MEX" id="MEX"/>WS-MetadataExchange</dt><dd><a href="http://www.w3.org/2009/02/ws-mex"><cite>
+ (See http://www.w3.org/2005/08/addressing/.)</dd><dt class="label"><a name="WSMC" id="WSMC"/>WS-MakeConnection</dt><dd><a href="http://docs.oasis-open.org/ws-rx/wsmc/200702"><cite>
+ Web Services Make Connection (WS-MakeConnection)
+ </cite></a>
+ , February 2009.
+ (See http://docs.oasis-open.org/ws-rx/wsmc/200702.)</dd><dt class="label"><a name="MEX" id="MEX"/>WS-MetadataExchange</dt><dd><a href="http://www.w3.org/2009/02/ws-mex"><cite>
Web Services Metadata Exchange (WS-MetadataExchange)
</cite></a>
, K. Ballinger, et al, September 2004.
@@ -2033,4 +2047,5 @@
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7039">7039</a></td></tr><tr><td> 2009/07/21 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6980">6980</a></td></tr><tr><td> 2009/07/28 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6692">6692</a></td></tr><tr><td> 2009/08/04 </td><td> DD </td><td> Added resolution of issue
- <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7136">7136</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7136">7136</a></td></tr><tr><td> 2009/08/05 </td><td> DD </td><td> Added resolution of issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6432">6432</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
Received on Wednesday, 5 August 2009 16:46:48 UTC