- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 19 May 2009 23:46:14 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv30562
Modified Files:
wseventing.html wseventing.xml wst.html wst.xml
Log Message:
6907
Index: wst.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.xml,v
retrieving revision 1.34
retrieving revision 1.35
diff -u -d -r1.34 -r1.35
--- wst.xml 19 May 2009 23:23:37 -0000 1.34
+++ wst.xml 19 May 2009 23:46:11 -0000 1.35
@@ -527,8 +527,12 @@
</wsa:Address>
</wsa:ReplyTo>
<wsa:To>http://www.example.org/repository</wsa:To>
- <xxx:CustomerID>732199</xxx:CustomerID>
- <xxx:Region>EMEA</xxx:Region>
+ <xxx:CustomerID wsa:IsReferenceParameter="true">
+ 732199
+ </xxx:CustomerID>
+ <xxx:Region wsa:IsReferenceParameter="true">
+ EMEA
+ </xxx:Region>
<wsa:Action>
http://www.w3.org/2009/02/ws-tra/Get
</wsa:Action>
@@ -692,8 +696,12 @@
</wsa:Address>
</wsa:ReplyTo>
<wsa:To>http://www.example.org/pushport</wsa:To>
- <xxx:CustomerID>732199</xxx:CustomerID>
- <xxx:Region>EMEA</xxx:Region>
+ <xxx:CustomerID wsa:IsReferenceParameter="true">
+ 732199
+ </xxx:CustomerID>
+ <xxx:Region wsa:IsReferenceParameter="true">
+ EMEA
+ </xxx:Region>
<wsa:Action>
http://www.w3.org/2009/02/ws-tra/Put
</wsa:Action>
@@ -818,8 +826,12 @@
</wsa:Address>
</wsa:ReplyTo>
<wsa:To>http://www.example.org/pushport</wsa:To>
- <xxx:CustomerID>732199</xxx:CustomerID>
- <xxx:Region>EMEA</xxx:Region>
+ <xxx:CustomerID wsa:IsReferenceParameter="true">
+ 732199
+ </xxx:CustomerID>
+ <xxx:Region wsa:IsReferenceParameter="true">
+ EMEA
+ </xxx:Region>
<wsa:Action>
http://www.w3.org/2009/02/ws-tra/Delete
</wsa:Action>
@@ -1622,6 +1634,13 @@
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6849">6849</loc>
</td>
</tr>
+ <tr>
+ <td> 2009/05/19 </td>
+ <td> DD </td>
+ <td> Added resolution of issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6907">6907</loc>
+ </td>
+ </tr>
</tbody>
</table>
</div1>
Index: wseventing.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v
retrieving revision 1.43
retrieving revision 1.44
diff -u -d -r1.43 -r1.44
--- wseventing.xml 19 May 2009 20:52:37 -0000 1.43
+++ wseventing.xml 19 May 2009 23:46:11 -0000 1.44
@@ -371,7 +371,7 @@
(05) xmlns:ow="http://www.example.org/oceanwatch" >
(06) <s12:Header>
(07) <wsa:Action>
-(08) http://www.w3.org/2009/02/ws-evt/SubscribeResponse
+(08) http://www.w3.org/2009/02/ws-evt/SubscribeResponse
(09) </wsa:Action>
(10) <wsa:RelatesTo>
(11) uuid:d7c5726b-de29-4313-b4d4-b3425b200839
@@ -1289,30 +1289,32 @@
(06) xmlns:ow="http://www.example.org/oceanwatch" >
(07) <s12:Header>
(08) <wsa:Action>
-(09) http://www.w3.org/2009/02/ws-evt/SubscribeResponse
+(09) http://www.w3.org/2009/02/ws-evt/SubscribeResponse
(10) </wsa:Action>
(11) <wsa:RelatesTo>
(12) uuid:e1886c5c-5e86-48d1-8c77-fc1c28d47180
(13) </wsa:RelatesTo>
(14) <wsa:To>http://www.example.com/MyEventSink</wsa:To>
-(15) <ew:MySubscription>2597</ew:MySubscription>
-(16) </s12:Header>
-(17) <s12:Body>
-(18) <wse:SubscribeResponse>
-(19) <wse:SubscriptionManager>
-(20) <wsa:Address>
-(21) http://www.example.org/oceanwatch/SubscriptionManager
-(22) </wsa:Address>
-(23) <wsa:ReferenceParameters>
-(24) <wse:Identifier>
-(25) uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
-(26) </wse:Identifier>
-(27) </wsa:ReferenceParameters>
-(28) </wse:SubscriptionManager>
-(29) <wse:Expires>2004-07-01T00:00:00.000-00:00</wse:Expires>
-(30) </wse:SubscribeResponse>
-(31) </s12:Body>
-(32) </s12:Envelope></eg>
+(15) <ew:MySubscription wsa:IsReferenceParameter="true">
+(16) 2597
+(17) </ew:MySubscription>
+(18) </s12:Header>
+(19) <s12:Body>
+(20) <wse:SubscribeResponse>
+(21) <wse:SubscriptionManager>
+(22) <wsa:Address>
+(23) http://www.example.org/oceanwatch/SubscriptionManager
+(24) </wsa:Address>
+(25) <wsa:ReferenceParameters>
+(26) <wse:Identifier>
+(27) uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
+(28) </wse:Identifier>
+(29) </wsa:ReferenceParameters>
+(30) </wse:SubscriptionManager>
+(31) <wse:Expires>2004-07-01T00:00:00.000-00:00</wse:Expires>
+(32) </wse:SubscribeResponse>
+(33) </s12:Body>
+(34) </s12:Envelope></eg>
</example>
<p>
@@ -1320,12 +1322,12 @@
(08-10) of <specref ref="Table5"/> indicate this message is
a response to a request to create a subscription, and Lines
(11-13) indicate that it is a response to the request in
- <specref ref="Table4"/> . Lines (14-15) indicate the response is
+ <specref ref="Table4"/> . Lines (14-17) indicate the response is
sent to the event sink indicated in Lines (13-18) of
- <specref ref="Table4"/>. Lines (19-28) provide the address of the
+ <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 (29) indicates the
+ defined by this specification. 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
@@ -1438,7 +1440,7 @@
(16) <wsa:To>
(17) http://www.example.org/oceanwatch/SubscriptionManager
(18) </wsa:To>
-(19) <wse:Identifier>
+(19) <wse:Identifier wsa:IsReferenceParameter="true">
(20) uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
(21) </wse:Identifier>
(22) </s12:Header>
@@ -1570,7 +1572,7 @@
(16) <wsa:To>
(17) http://www.example.org/oceanwatch/SubscriptionManager
(18) </wsa:To>
-(19) <wse:Identifier>
+(19) <wse:Identifier wsa:IsReferenceParameter="true">
(20) uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
(21) </wse:Identifier>
(22) </s12:Header>
@@ -1601,7 +1603,7 @@
(05) xmlns:ow="http://www.example.org/oceanwatch" >
(06) <s12:Header>
(07) <wsa:Action>
-(08) http://www.w3.org/2009/02/ws-evt/GetStatusResponse
+(08) http://www.w3.org/2009/02/ws-evt/GetStatusResponse
(09) </wsa:Action>
(10) <wsa:RelatesTo>
(11) uuid:bd88b3df-5db4-4392-9621-aee9160721f6
@@ -1702,7 +1704,7 @@
(16) <wsa:To>
(17) http://www.example.org/oceanwatch/SubscriptionManager
(18) </wsa:To>
-(19) <wse:Identifier>
+(19) <wse:Identifier wsa:IsReferenceParameter="true">
(20) uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
(21) </wse:Identifier>
(22) </s12:Header>
@@ -1731,7 +1733,7 @@
(03) xmlns:wsa="http://www.w3.org/2005/08/addressing" >
(04) <s12:Header>
(05) <wsa:Action>
-(06) http://www.w3.org/2009/02/ws-evt/UnsubscribeResponse
+(06) http://www.w3.org/2009/02/ws-evt/UnsubscribeResponse
(07) </wsa:Action>
(08) <wsa:RelatesTo>
(09) uuid:2653f89f-25bc-4c2a-a7c4-620504f6b216
@@ -1862,28 +1864,30 @@
(05) xmlns:ew="http://www.example.com/warnings" >
(06) <s12:Header>
(07) <wsa:Action>
-(08) http://www.w3.org/2009/02/ws-evt/SubscriptionEnd
+(08) http://www.w3.org/2009/02/ws-evt/SubscriptionEnd
(09) </wsa:Action>
(10) <wsa:To>http://www.example.com/MyEventSink</wsa:To>
-(11) <ew:MySubscription>2597</ew:MySubscription>
-(12) </s12:Header>
-(13) <s12:Body>
-(14) <wse:SubscriptionEnd>
-(15) <wse:Status>wse:SourceShuttingDown</wse:Status>
-(16) <wse:Reason xml:lang="en-US" >
-(17) Event source going off line.
-(18) </wse:Reason>
-(19) </wse:SubscriptionEnd>
-(20) </s12:Body>
-(21) </s12:Envelope></eg>
+(11) <ew:MySubscription wsa:IsReferenceParameter="true">
+(12) 2597
+(13) </ew:MySubscription>
+(14) </s12:Header>
+(15) <s12:Body>
+(16) <wse:SubscriptionEnd>
+(17) <wse:Status>wse:SourceShuttingDown</wse:Status>
+(18) <wse:Reason xml:lang="en-US" >
+(19) Event source going off line.
+(20) </wse:Reason>
+(21) </wse:SubscriptionEnd>
+(22) </s12:Body>
+(23) </s12:Envelope></eg>
</example>
<p>
Line (08) is the action URI for Subscription End. Lines
- (10-11) indicate the message is sent to the EndTo of the
+ (10-13) indicate the message is sent to the EndTo of the
subscribe request (Lines (23-30) in <specref ref="Table4"/>
- .). Line (25) indicates the event source is shutting down, and
- Lines (26-28) indicate that the event source was going off
+ .). Line (17) indicates the event source is shutting down, and
+ Lines (18-20) indicate that the event source was going off
line.
</p>
</div2>
@@ -1930,32 +1934,34 @@
(11) uuid:568b4ff2-5bc1-4512-957c-0fa545fd8d7f
(12) </wsa:MessageID>
(13) <wsa:To>http://www.other.example.com/OnStormWarning</wsa:To>
-(14) <ew:MySubscription>2597</ew:MySubscription>
-(15) <ow:EventTopics>weather.report weather.storms</ow:EventTopics>
-(16) </s12:Header>
-(17) <s12:Body>
-(18) <ow:WindReport>
-(19) <ow:Date>030701</ow:Date>
-(20) <ow:Time>0041</ow:Time>
-(21) <ow:Speed>65</ow:Speed>
-(22) <ow:Location>BRADENTON BEACH</ow:Location>
-(23) <ow:County>MANATEE</ow:County>
-(24) <ow:State>FL</ow:State>
-(25) <ow:Lat>2746</ow:Lat>
-(26) <ow:Long>8270</ow:Long>
-(27) <ow:Comments xml:lang="en-US" >
-(28) WINDS 55 WITH GUSTS TO 65. ROOF TORN OFF BOAT HOUSE. REPORTED
-(29) BY STORM SPOTTER. (TBW)
-(30) </ow:Comments>
-(31) </ow:WindReport>
-(32) </s12:Body>
-(33) </s12:Envelope></eg>
+(14) <ew:MySubscription wsa:IsReferenceParameter="true">
+(15) 2597
+(16) </ew:MySubscription>
+(17) <ow:EventTopics>weather.report weather.storms</ow:EventTopics>
+(18) </s12:Header>
+(19) <s12:Body>
+(20) <ow:WindReport>
+(21) <ow:Date>030701</ow:Date>
+(22) <ow:Time>0041</ow:Time>
+(23) <ow:Speed>65</ow:Speed>
+(24) <ow:Location>BRADENTON BEACH</ow:Location>
+(25) <ow:County>MANATEE</ow:County>
+(26) <ow:State>FL</ow:State>
+(27) <ow:Lat>2746</ow:Lat>
+(28) <ow:Long>8270</ow:Long>
+(29) <ow:Comments xml:lang="en-US" >
+(30) WINDS 55 WITH GUSTS TO 65. ROOF TORN OFF BOAT HOUSE. REPORTED
+(31) BY STORM SPOTTER. (TBW)
+(32) </ow:Comments>
+(33) </ow:WindReport>
+(34) </s12:Body>
+(35) </s12:Envelope></eg>
</example>
<p>
- Lines (13-14) indicate the message is sent to the endpoint
+ Lines (13-15) indicate the message is sent to the endpoint
indicated by the subscribe request (Lines (32-39) in
- <specref ref="Table4"/>). Line (15) matches the filter in the
+ <specref ref="Table4"/>). Line (17) matches the filter in the
subscribe request (Lines (42-45) in <specref ref="Table4"/>).
</p>
</div1>
@@ -3545,6 +3551,13 @@
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6696">6696</loc>
</td>
</tr>
+ <tr>
+ <td> 2009/05/19 </td>
+ <td> DD </td>
+ <td> Added resolution of issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6907">6907</loc>
+ </td>
+ </tr>
</tbody>
</table>
</div1>
Index: wst.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wst.html,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -d -r1.38 -r1.39
--- wst.html 19 May 2009 23:23:37 -0000 1.38
+++ wst.html 19 May 2009 23:46:11 -0000 1.39
@@ -260,8 +260,12 @@
</wsa:Address>
</wsa:ReplyTo>
<wsa:To>http://www.example.org/repository</wsa:To>
- <xxx:CustomerID>732199</xxx:CustomerID>
- <xxx:Region>EMEA</xxx:Region>
+ <xxx:CustomerID wsa:IsReferenceParameter="true">
+ 732199
+ </xxx:CustomerID>
+ <xxx:Region wsa:IsReferenceParameter="true">
+ EMEA
+ </xxx:Region>
<wsa:Action>
http://www.w3.org/2009/02/ws-tra/Get
</wsa:Action>
@@ -374,8 +378,12 @@
</wsa:Address>
</wsa:ReplyTo>
<wsa:To>http://www.example.org/pushport</wsa:To>
- <xxx:CustomerID>732199</xxx:CustomerID>
- <xxx:Region>EMEA</xxx:Region>
+ <xxx:CustomerID wsa:IsReferenceParameter="true">
+ 732199
+ </xxx:CustomerID>
+ <xxx:Region wsa:IsReferenceParameter="true">
+ EMEA
+ </xxx:Region>
<wsa:Action>
http://www.w3.org/2009/02/ws-tra/Put
</wsa:Action>
@@ -457,8 +465,12 @@
</wsa:Address>
</wsa:ReplyTo>
<wsa:To>http://www.example.org/pushport</wsa:To>
- <xxx:CustomerID>732199</xxx:CustomerID>
- <xxx:Region>EMEA</xxx:Region>
+ <xxx:CustomerID wsa:IsReferenceParameter="true">
+ 732199
+ </xxx:CustomerID>
+ <xxx:Region wsa:IsReferenceParameter="true">
+ EMEA
+ </xxx:Region>
<wsa:Action>
http://www.w3.org/2009/02/ws-tra/Delete
</wsa:Action>
@@ -967,4 +979,5 @@
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6672">6672</a>,
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6673">6673</a>,
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6594">6594</a></td></tr><tr><td> 2009/05/19 </td><td> DD </td><td> Added resolution of issue
- <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6849">6849</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=6849">6849</a></td></tr><tr><td> 2009/05/19 </td><td> DD </td><td> Added resolution of issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6907">6907</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
Index: wseventing.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v
retrieving revision 1.51
retrieving revision 1.52
diff -u -d -r1.51 -r1.52
--- wseventing.html 19 May 2009 20:52:37 -0000 1.51
+++ wseventing.html 19 May 2009 23:46:11 -0000 1.52
@@ -270,7 +270,7 @@
(05) xmlns:ow="http://www.example.org/oceanwatch" >
(06) <s12:Header>
(07) <wsa:Action>
-(08) http://www.w3.org/2009/02/ws-evt/SubscribeResponse
+(08) http://www.w3.org/2009/02/ws-evt/SubscribeResponse
(09) </wsa:Action>
(10) <wsa:RelatesTo>
(11) uuid:d7c5726b-de29-4313-b4d4-b3425b200839
@@ -751,40 +751,42 @@
(06) xmlns:ow="http://www.example.org/oceanwatch" >
(07) <s12:Header>
(08) <wsa:Action>
-(09) http://www.w3.org/2009/02/ws-evt/SubscribeResponse
+(09) http://www.w3.org/2009/02/ws-evt/SubscribeResponse
(10) </wsa:Action>
(11) <wsa:RelatesTo>
(12) uuid:e1886c5c-5e86-48d1-8c77-fc1c28d47180
(13) </wsa:RelatesTo>
(14) <wsa:To>http://www.example.com/MyEventSink</wsa:To>
-(15) <ew:MySubscription>2597</ew:MySubscription>
-(16) </s12:Header>
-(17) <s12:Body>
-(18) <wse:SubscribeResponse>
-(19) <wse:SubscriptionManager>
-(20) <wsa:Address>
-(21) http://www.example.org/oceanwatch/SubscriptionManager
-(22) </wsa:Address>
-(23) <wsa:ReferenceParameters>
-(24) <wse:Identifier>
-(25) uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
-(26) </wse:Identifier>
-(27) </wsa:ReferenceParameters>
-(28) </wse:SubscriptionManager>
-(29) <wse:Expires>2004-07-01T00:00:00.000-00:00</wse:Expires>
-(30) </wse:SubscribeResponse>
-(31) </s12:Body>
-(32) </s12:Envelope></pre></div></div><p>
+(15) <ew:MySubscription wsa:IsReferenceParameter="true">
+(16) 2597
+(17) </ew:MySubscription>
+(18) </s12:Header>
+(19) <s12:Body>
+(20) <wse:SubscribeResponse>
+(21) <wse:SubscriptionManager>
+(22) <wsa:Address>
+(23) http://www.example.org/oceanwatch/SubscriptionManager
+(24) </wsa:Address>
+(25) <wsa:ReferenceParameters>
+(26) <wse:Identifier>
+(27) uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
+(28) </wse:Identifier>
+(29) </wsa:ReferenceParameters>
+(30) </wse:SubscriptionManager>
+(31) <wse:Expires>2004-07-01T00:00:00.000-00:00</wse:Expires>
+(32) </wse:SubscribeResponse>
+(33) </s12:Body>
+(34) </s12:Envelope></pre></div></div><p>
Like the response in <a href="#Table2">Example 2-2</a>, Lines
(08-10) of <a href="#Table5">Example 4-2</a> indicate this message is
a response to a request to create a subscription, and Lines
(11-13) indicate that it is a response to the request in
- <a href="#Table4">Example 4-1</a> . Lines (14-15) indicate the response is
+ <a href="#Table4">Example 4-1</a> . Lines (14-17) indicate the response is
sent to the event sink indicated in Lines (13-18) of
- <a href="#Table4">Example 4-1</a>. Lines (19-28) provide the address of the
+ <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 (29) indicates the
+ defined by this specification. 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
@@ -857,7 +859,7 @@
(16) <wsa:To>
(17) http://www.example.org/oceanwatch/SubscriptionManager
(18) </wsa:To>
-(19) <wse:Identifier>
+(19) <wse:Identifier wsa:IsReferenceParameter="true">
(20) uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
(21) </wse:Identifier>
(22) </s12:Header>
@@ -952,7 +954,7 @@
(16) <wsa:To>
(17) http://www.example.org/oceanwatch/SubscriptionManager
(18) </wsa:To>
-(19) <wse:Identifier>
+(19) <wse:Identifier wsa:IsReferenceParameter="true">
(20) uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
(21) </wse:Identifier>
(22) </s12:Header>
@@ -974,7 +976,7 @@
(05) xmlns:ow="http://www.example.org/oceanwatch" >
(06) <s12:Header>
(07) <wsa:Action>
-(08) http://www.w3.org/2009/02/ws-evt/GetStatusResponse
+(08) http://www.w3.org/2009/02/ws-evt/GetStatusResponse
(09) </wsa:Action>
(10) <wsa:RelatesTo>
(11) uuid:bd88b3df-5db4-4392-9621-aee9160721f6
@@ -1045,7 +1047,7 @@
(16) <wsa:To>
(17) http://www.example.org/oceanwatch/SubscriptionManager
(18) </wsa:To>
-(19) <wse:Identifier>
+(19) <wse:Identifier wsa:IsReferenceParameter="true">
(20) uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
(21) </wse:Identifier>
(22) </s12:Header>
@@ -1065,7 +1067,7 @@
(03) xmlns:wsa="http://www.w3.org/2005/08/addressing" >
(04) <s12:Header>
(05) <wsa:Action>
-(06) http://www.w3.org/2009/02/ws-evt/UnsubscribeResponse
+(06) http://www.w3.org/2009/02/ws-evt/UnsubscribeResponse
(07) </wsa:Action>
(08) <wsa:RelatesTo>
(09) uuid:2653f89f-25bc-4c2a-a7c4-620504f6b216
@@ -1141,25 +1143,27 @@
(05) xmlns:ew="http://www.example.com/warnings" >
(06) <s12:Header>
(07) <wsa:Action>
-(08) http://www.w3.org/2009/02/ws-evt/SubscriptionEnd
+(08) http://www.w3.org/2009/02/ws-evt/SubscriptionEnd
(09) </wsa:Action>
(10) <wsa:To>http://www.example.com/MyEventSink</wsa:To>
-(11) <ew:MySubscription>2597</ew:MySubscription>
-(12) </s12:Header>
-(13) <s12:Body>
-(14) <wse:SubscriptionEnd>
-(15) <wse:Status>wse:SourceShuttingDown</wse:Status>
-(16) <wse:Reason xml:lang="en-US" >
-(17) Event source going off line.
-(18) </wse:Reason>
-(19) </wse:SubscriptionEnd>
-(20) </s12:Body>
-(21) </s12:Envelope></pre></div></div><p>
+(11) <ew:MySubscription wsa:IsReferenceParameter="true">
+(12) 2597
+(13) </ew:MySubscription>
+(14) </s12:Header>
+(15) <s12:Body>
+(16) <wse:SubscriptionEnd>
+(17) <wse:Status>wse:SourceShuttingDown</wse:Status>
+(18) <wse:Reason xml:lang="en-US" >
+(19) Event source going off line.
+(20) </wse:Reason>
+(21) </wse:SubscriptionEnd>
+(22) </s12:Body>
+(23) </s12:Envelope></pre></div></div><p>
Line (08) is the action URI for Subscription End. Lines
- (10-11) indicate the message is sent to the EndTo of the
+ (10-13) indicate the message is sent to the EndTo of the
subscribe request (Lines (23-30) in <a href="#Table4">Example 4-1</a>
- .). Line (25) indicates the event source is shutting down, and
- Lines (26-28) indicate that the event source was going off
+ .). Line (17) indicates the event source is shutting down, and
+ Lines (18-20) indicate that the event source was going off
line.
</p></div></div><div class="div1">
<h2><a name="Notifications" id="Notifications"/>5 Notifications</h2><p>
@@ -1192,29 +1196,31 @@
(11) uuid:568b4ff2-5bc1-4512-957c-0fa545fd8d7f
(12) </wsa:MessageID>
(13) <wsa:To>http://www.other.example.com/OnStormWarning</wsa:To>
-(14) <ew:MySubscription>2597</ew:MySubscription>
-(15) <ow:EventTopics>weather.report weather.storms</ow:EventTopics>
-(16) </s12:Header>
-(17) <s12:Body>
-(18) <ow:WindReport>
-(19) <ow:Date>030701</ow:Date>
-(20) <ow:Time>0041</ow:Time>
-(21) <ow:Speed>65</ow:Speed>
-(22) <ow:Location>BRADENTON BEACH</ow:Location>
-(23) <ow:County>MANATEE</ow:County>
-(24) <ow:State>FL</ow:State>
-(25) <ow:Lat>2746</ow:Lat>
-(26) <ow:Long>8270</ow:Long>
-(27) <ow:Comments xml:lang="en-US" >
-(28) WINDS 55 WITH GUSTS TO 65. ROOF TORN OFF BOAT HOUSE. REPORTED
-(29) BY STORM SPOTTER. (TBW)
-(30) </ow:Comments>
-(31) </ow:WindReport>
-(32) </s12:Body>
-(33) </s12:Envelope></pre></div></div><p>
- Lines (13-14) indicate the message is sent to the endpoint
+(14) <ew:MySubscription wsa:IsReferenceParameter="true">
+(15) 2597
+(16) </ew:MySubscription>
+(17) <ow:EventTopics>weather.report weather.storms</ow:EventTopics>
+(18) </s12:Header>
+(19) <s12:Body>
+(20) <ow:WindReport>
+(21) <ow:Date>030701</ow:Date>
+(22) <ow:Time>0041</ow:Time>
+(23) <ow:Speed>65</ow:Speed>
+(24) <ow:Location>BRADENTON BEACH</ow:Location>
+(25) <ow:County>MANATEE</ow:County>
+(26) <ow:State>FL</ow:State>
+(27) <ow:Lat>2746</ow:Lat>
+(28) <ow:Long>8270</ow:Long>
+(29) <ow:Comments xml:lang="en-US" >
+(30) WINDS 55 WITH GUSTS TO 65. ROOF TORN OFF BOAT HOUSE. REPORTED
+(31) BY STORM SPOTTER. (TBW)
+(32) </ow:Comments>
+(33) </ow:WindReport>
+(34) </s12:Body>
+(35) </s12:Envelope></pre></div></div><p>
+ Lines (13-15) indicate the message is sent to the endpoint
indicated by the subscribe request (Lines (32-39) in
- <a href="#Table4">Example 4-1</a>). Line (15) matches the filter in the
+ <a href="#Table4">Example 4-1</a>). Line (17) matches the filter in the
subscribe request (Lines (42-45) in <a href="#Table4">Example 4-1</a>).
</p></div><div class="div1">
<h2><a name="Faults" id="Faults"/>6 Faults</h2><p>
Received on Tuesday, 19 May 2009 23:46:23 UTC