- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 07 Jul 2009 22:00:48 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies In directory hutz:/tmp/cvs-serv8791 Modified Files: wseventing.html wseventing.xml Log Message: 7039 Index: wseventing.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v retrieving revision 1.52 retrieving revision 1.53 diff -u -d -r1.52 -r1.53 --- wseventing.xml 26 Jun 2009 13:37:17 -0000 1.52 +++ wseventing.xml 7 Jul 2009 22:00:46 -0000 1.53 @@ -852,10 +852,7 @@ <p> Note, subscribers wishing to correlate SubscriptionEnd messages with the subscription to which they apply MAY wish to add a - distinguishing reference parameter to the EndTo EPR. For convenience - in this common situation, this specification defines a global - element, wse:Identifier of type xs:anyURI, that - MAY be used as a distinguishing reference parameter. + distinguishing reference parameter to the EndTo EPR. </p> </def> </gitem> @@ -1156,10 +1153,7 @@ In some cases, it is convenient for all EPRs issued by a single event source to address a single Web service and use a reference parameter to distinguish among the active - subscriptions. For convenience in this common situation, this - specification defines a global element, wse:Identifier of - type xs:anyURI, that MAY be used as a distinguishing - reference parameter if desired by the event source. + subscriptions. </p> </def> </gitem> @@ -1310,9 +1304,9 @@ (23) http://www.example.org/oceanwatch/SubscriptionManager (24) </wsa:Address> (25) <wsa:ReferenceParameters> -(26) <wse:Identifier> +(26) <x:SubID xmlns:x="http://example.com"> (27) uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa -(28) </wse:Identifier> +(28) </x:SubID> (29) </wsa:ReferenceParameters> (30) </wse:SubscriptionManager> (31) <wse:Expires>2004-07-01T00:00:00.000-00:00</wse:Expires> @@ -1330,8 +1324,10 @@ sent to the event sink indicated in lines (13-18) of <specref ref="Table4"/>. Lines (21-30) provide the address of the subscription manager for this subscription; note that this - particular response uses the global wse:Identifier element - defined by this specification. Finally, line (31) indicates the + particular response uses the x:SubID element as a reference + parameter to distinguish + this subscription EPR from other subscription EPRs. + Finally, line (31) indicates the subscription will expire on 1 July 2004 unless renewed; there is no requirement that this time be necessarily longer or shorter than the requested expiration (line (41) of @@ -1444,9 +1440,9 @@ (16) <wsa:To> (17) http://www.example.org/oceanwatch/SubscriptionManager (18) </wsa:To> -(19) <wse:Identifier wsa:IsReferenceParameter="true"> +(19) <x:SubID wsa:IsReferenceParameter="true" xmlns:x="http://example.com"> (20) uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa -(21) </wse:Identifier> +(21) </x:SubID> (22) </s12:Header> (23) <s12:Body> (24) <wse:Renew> @@ -1576,9 +1572,9 @@ (16) <wsa:To> (17) http://www.example.org/oceanwatch/SubscriptionManager (18) </wsa:To> -(19) <wse:Identifier wsa:IsReferenceParameter="true"> +(19) <x:SubID wsa:IsReferenceParameter="true" xmlns:x="http://example.com"> (20) uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa -(21) </wse:Identifier> +(21) </x:SubID> (22) </s12:Header> (23) <s12:Body> (24) <wse:GetStatus /> @@ -1708,9 +1704,9 @@ (16) <wsa:To> (17) http://www.example.org/oceanwatch/SubscriptionManager (18) </wsa:To> -(19) <wse:Identifier wsa:IsReferenceParameter="true"> +(19) <x:SubID wsa:IsReferenceParameter="true" xmlns:x="http://example.com"> (20) uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa -(21) </wse:Identifier> +(21) </x:SubID> (22) </s12:Header> (23) <s12:Body> (24) <wse:Unsubscribe /> @@ -3098,8 +3094,6 @@ </xs:complexType> </xs:element> - <xs:element name="Identifier" type="xs:anyURI" /> - <!-- Subscribe response --> <xs:element name="SubscribeResponse"> <xs:complexType> @@ -3678,6 +3672,13 @@ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6986">6986</loc> </td> </tr> + <tr> + <td> 2009/07/07 </td> + <td> DD </td> + <td> Added resolution of issue + <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7039">7039</loc> + </td> + </tr> </tbody> </table> </div1> Index: wseventing.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v retrieving revision 1.61 retrieving revision 1.62 diff -u -d -r1.61 -r1.62 --- wseventing.html 7 Jul 2009 12:40:45 -0000 1.61 +++ wseventing.html 7 Jul 2009 22:00:46 -0000 1.62 @@ -489,10 +489,7 @@ </p><p> Note, subscribers wishing to correlate SubscriptionEnd messages with the subscription to which they apply MAY wish to add a - distinguishing reference parameter to the EndTo EPR. For convenience - in this common situation, this specification defines a global - element, wse:Identifier of type xs:anyURI, that - MAY be used as a distinguishing reference parameter. + distinguishing reference parameter to the EndTo EPR. </p></dd><dt class="label"><b>[Body]</b>/wse:Subscribe/wse:Delivery </dt><dd><p> A delivery destination for notification messages, using some delivery mode. See <a href="#DeliveryModes"><b>2.2 Delivery Modes</b></a> @@ -654,10 +651,7 @@ In some cases, it is convenient for all EPRs issued by a single event source to address a single Web service and use a reference parameter to distinguish among the active - subscriptions. For convenience in this common situation, this - specification defines a global element, wse:Identifier of - type xs:anyURI, that MAY be used as a distinguishing - reference parameter if desired by the event source. + subscriptions. </p></dd><dt class="label"><b>[Body]</b>/wse:SubscribeResponse/wse:Expires </dt><dd><p> The expiration time assigned by the event source. The expiration time MAY be either an absolute time or a duration @@ -771,9 +765,9 @@ (23) http://www.example.org/oceanwatch/SubscriptionManager (24) </wsa:Address> (25) <wsa:ReferenceParameters> -(26) <wse:Identifier> +(26) <x:SubID xmlns:x="http://example.com"> (27) uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa -(28) </wse:Identifier> +(28) </x:SubID> (29) </wsa:ReferenceParameters> (30) </wse:SubscriptionManager> (31) <wse:Expires>2004-07-01T00:00:00.000-00:00</wse:Expires> @@ -788,8 +782,10 @@ sent to the event sink indicated in lines (13-18) of <a href="#Table4">Example 4-1</a>. Lines (21-30) provide the address of the subscription manager for this subscription; note that this - particular response uses the global wse:Identifier element - defined by this specification. Finally, line (31) indicates the + particular response uses the x:SubID element as a reference + parameter to distinguish + this subscription EPR from other subscription EPRs. + Finally, line (31) indicates the subscription will expire on 1 July 2004 unless renewed; there is no requirement that this time be necessarily longer or shorter than the requested expiration (line (41) of @@ -862,9 +858,9 @@ (16) <wsa:To> (17) http://www.example.org/oceanwatch/SubscriptionManager (18) </wsa:To> -(19) <wse:Identifier wsa:IsReferenceParameter="true"> +(19) <x:SubID wsa:IsReferenceParameter="true" xmlns:x="http://example.com"> (20) uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa -(21) </wse:Identifier> +(21) </x:SubID> (22) </s12:Header> (23) <s12:Body> (24) <wse:Renew> @@ -957,9 +953,9 @@ (16) <wsa:To> (17) http://www.example.org/oceanwatch/SubscriptionManager (18) </wsa:To> -(19) <wse:Identifier wsa:IsReferenceParameter="true"> +(19) <x:SubID wsa:IsReferenceParameter="true" xmlns:x="http://example.com"> (20) uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa -(21) </wse:Identifier> +(21) </x:SubID> (22) </s12:Header> (23) <s12:Body> (24) <wse:GetStatus /> @@ -1050,9 +1046,9 @@ (16) <wsa:To> (17) http://www.example.org/oceanwatch/SubscriptionManager (18) </wsa:To> -(19) <wse:Identifier wsa:IsReferenceParameter="true"> +(19) <x:SubID wsa:IsReferenceParameter="true" xmlns:x="http://example.com"> (20) uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa -(21) </wse:Identifier> +(21) </x:SubID> (22) </s12:Header> (23) <s12:Body> (24) <wse:Unsubscribe /> @@ -1754,8 +1750,6 @@ </xs:complexType> </xs:element> - <xs:element name="Identifier" type="xs:anyURI" /> - <!-- Subscribe response --> <xs:element name="SubscribeResponse"> <xs:complexType> @@ -2093,4 +2087,5 @@ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6906">6906</a></td></tr><tr><td> 2009/06/04 </td><td> DD </td><td> Added resolution of issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6955">6955</a></td></tr><tr><td> 2009/06/04 </td><td> DD </td><td> Added resolution of issue <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6916">6916</a></td></tr><tr><td> 2009/06/04 </td><td> DD </td><td> Added resolution of issue - <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6986">6986</a></td></tr></tbody></table></div></div></body></html> + <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6986">6986</a></td></tr><tr><td> 2009/07/07 </td><td> DD </td><td> Added resolution of issue + <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=7039">7039</a></td></tr></tbody></table></div></div></body></html> \ No newline at end of file
Received on Tuesday, 7 July 2009 22:11:10 UTC