WWW/2002/ws/ra/edcopies wseventing.html,1.51,1.52 wseventing.xml,1.43,1.44 wst.html,1.38,1.39 wst.xml,1.34,1.35

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" &gt;
 (06)   &lt;s12:Header&gt;
 (07)     &lt;wsa:Action&gt;
-(08) http://www.w3.org/2009/02/ws-evt/SubscribeResponse
+(08)       http://www.w3.org/2009/02/ws-evt/SubscribeResponse
 (09)     &lt;/wsa:Action&gt;
 (10)     &lt;wsa:RelatesTo&gt;
 (11)       uuid:d7c5726b-de29-4313-b4d4-b3425b200839
@@ -1289,30 +1289,32 @@
 (06)     xmlns:ow="http://www.example.org/oceanwatch" &gt;
 (07)   &lt;s12:Header&gt;
 (08)     &lt;wsa:Action&gt;
-(09) http://www.w3.org/2009/02/ws-evt/SubscribeResponse
+(09)       http://www.w3.org/2009/02/ws-evt/SubscribeResponse
 (10)     &lt;/wsa:Action&gt;
 (11)     &lt;wsa:RelatesTo&gt;
 (12)       uuid:e1886c5c-5e86-48d1-8c77-fc1c28d47180
 (13)     &lt;/wsa:RelatesTo&gt;
 (14)     &lt;wsa:To&gt;http://www.example.com/MyEventSink&lt;/wsa:To&gt;
-(15)     &lt;ew:MySubscription&gt;2597&lt;/ew:MySubscription&gt;
-(16)   &lt;/s12:Header&gt;
-(17)   &lt;s12:Body&gt;
-(18)     &lt;wse:SubscribeResponse&gt;
-(19)       &lt;wse:SubscriptionManager&gt;
-(20)         &lt;wsa:Address&gt;
-(21)           http://www.example.org/oceanwatch/SubscriptionManager
-(22)         &lt;/wsa:Address&gt;
-(23)         &lt;wsa:ReferenceParameters&gt;
-(24)           &lt;wse:Identifier&gt;
-(25)             uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
-(26)           &lt;/wse:Identifier&gt;
-(27)         &lt;/wsa:ReferenceParameters&gt;
-(28)       &lt;/wse:SubscriptionManager&gt;
-(29)       &lt;wse:Expires&gt;2004-07-01T00:00:00.000-00:00&lt;/wse:Expires&gt;
-(30)     &lt;/wse:SubscribeResponse&gt;
-(31)   &lt;/s12:Body&gt;
-(32) &lt;/s12:Envelope&gt;</eg>
+(15)     &lt;ew:MySubscription wsa:IsReferenceParameter="true"&gt;
+(16)       2597
+(17)     &lt;/ew:MySubscription&gt;
+(18)   &lt;/s12:Header&gt;
+(19)   &lt;s12:Body&gt;
+(20)     &lt;wse:SubscribeResponse&gt;
+(21)       &lt;wse:SubscriptionManager&gt;
+(22)         &lt;wsa:Address&gt;
+(23)           http://www.example.org/oceanwatch/SubscriptionManager
+(24)         &lt;/wsa:Address&gt;
+(25)         &lt;wsa:ReferenceParameters&gt;
+(26)           &lt;wse:Identifier&gt;
+(27)             uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
+(28)           &lt;/wse:Identifier&gt;
+(29)         &lt;/wsa:ReferenceParameters&gt;
+(30)       &lt;/wse:SubscriptionManager&gt;
+(31)       &lt;wse:Expires&gt;2004-07-01T00:00:00.000-00:00&lt;/wse:Expires&gt;
+(32)     &lt;/wse:SubscribeResponse&gt;
+(33)   &lt;/s12:Body&gt;
+(34) &lt;/s12:Envelope&gt;</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)     &lt;wsa:To&gt;
 (17)       http://www.example.org/oceanwatch/SubscriptionManager
 (18)     &lt;/wsa:To&gt;
-(19)     &lt;wse:Identifier&gt;
+(19)     &lt;wse:Identifier wsa:IsReferenceParameter="true"&gt;
 (20)       uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
 (21)     &lt;/wse:Identifier&gt;
 (22)   &lt;/s12:Header&gt;
@@ -1570,7 +1572,7 @@
 (16)     &lt;wsa:To&gt;
 (17)       http://www.example.org/oceanwatch/SubscriptionManager
 (18)     &lt;/wsa:To&gt;
-(19)     &lt;wse:Identifier&gt;
+(19)     &lt;wse:Identifier wsa:IsReferenceParameter="true"&gt;
 (20)       uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
 (21)     &lt;/wse:Identifier&gt;
 (22)   &lt;/s12:Header&gt;
@@ -1601,7 +1603,7 @@
 (05)     xmlns:ow="http://www.example.org/oceanwatch" &gt;
 (06)   &lt;s12:Header&gt;
 (07)     &lt;wsa:Action&gt;
-(08)      http://www.w3.org/2009/02/ws-evt/GetStatusResponse
+(08)       http://www.w3.org/2009/02/ws-evt/GetStatusResponse
 (09)     &lt;/wsa:Action&gt;
 (10)     &lt;wsa:RelatesTo&gt;
 (11)       uuid:bd88b3df-5db4-4392-9621-aee9160721f6
@@ -1702,7 +1704,7 @@
 (16)     &lt;wsa:To&gt;
 (17)       http://www.example.org/oceanwatch/SubscriptionManager
 (18)     &lt;/wsa:To&gt;
-(19)     &lt;wse:Identifier&gt;
+(19)     &lt;wse:Identifier wsa:IsReferenceParameter="true"&gt;
 (20)       uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
 (21)     &lt;/wse:Identifier&gt;
 (22)   &lt;/s12:Header&gt;
@@ -1731,7 +1733,7 @@
 (03)     xmlns:wsa="http://www.w3.org/2005/08/addressing" &gt;
 (04)   &lt;s12:Header&gt;
 (05)     &lt;wsa:Action&gt;
-(06) http://www.w3.org/2009/02/ws-evt/UnsubscribeResponse
+(06)       http://www.w3.org/2009/02/ws-evt/UnsubscribeResponse
 (07)     &lt;/wsa:Action&gt;
 (08)     &lt;wsa:RelatesTo&gt;
 (09)       uuid:2653f89f-25bc-4c2a-a7c4-620504f6b216
@@ -1862,28 +1864,30 @@
 (05)     xmlns:ew="http://www.example.com/warnings" &gt;
 (06)   &lt;s12:Header&gt;
 (07)     &lt;wsa:Action&gt;
-(08) http://www.w3.org/2009/02/ws-evt/SubscriptionEnd
+(08)       http://www.w3.org/2009/02/ws-evt/SubscriptionEnd
 (09)     &lt;/wsa:Action&gt;
 (10)     &lt;wsa:To&gt;http://www.example.com/MyEventSink&lt;/wsa:To&gt;
-(11)     &lt;ew:MySubscription&gt;2597&lt;/ew:MySubscription&gt;
-(12)   &lt;/s12:Header&gt;
-(13)   &lt;s12:Body&gt;
-(14)     &lt;wse:SubscriptionEnd&gt;
-(15)       &lt;wse:Status&gt;wse:SourceShuttingDown&lt;/wse:Status&gt;
-(16)       &lt;wse:Reason xml:lang="en-US" &gt;
-(17)         Event source going off line.
-(18)       &lt;/wse:Reason&gt;
-(19)     &lt;/wse:SubscriptionEnd&gt;
-(20)   &lt;/s12:Body&gt;
-(21) &lt;/s12:Envelope&gt;</eg>
+(11)     &lt;ew:MySubscription wsa:IsReferenceParameter="true"&gt;
+(12)       2597
+(13)     &lt;/ew:MySubscription&gt;
+(14)   &lt;/s12:Header&gt;
+(15)   &lt;s12:Body&gt;
+(16)     &lt;wse:SubscriptionEnd&gt;
+(17)       &lt;wse:Status&gt;wse:SourceShuttingDown&lt;/wse:Status&gt;
+(18)       &lt;wse:Reason xml:lang="en-US" &gt;
+(19)         Event source going off line.
+(20)       &lt;/wse:Reason&gt;
+(21)     &lt;/wse:SubscriptionEnd&gt;
+(22)   &lt;/s12:Body&gt;
+(23) &lt;/s12:Envelope&gt;</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)     &lt;/wsa:MessageID&gt;
 (13)     &lt;wsa:To&gt;http://www.other.example.com/OnStormWarning&lt;/wsa:To&gt;
-(14)     &lt;ew:MySubscription&gt;2597&lt;/ew:MySubscription&gt;
-(15)     &lt;ow:EventTopics&gt;weather.report weather.storms&lt;/ow:EventTopics&gt;
-(16)   &lt;/s12:Header&gt;
-(17)   &lt;s12:Body&gt;
-(18)     &lt;ow:WindReport&gt;
-(19)       &lt;ow:Date&gt;030701&lt;/ow:Date&gt;
-(20)       &lt;ow:Time&gt;0041&lt;/ow:Time&gt;
-(21)       &lt;ow:Speed&gt;65&lt;/ow:Speed&gt;
-(22)       &lt;ow:Location&gt;BRADENTON BEACH&lt;/ow:Location&gt;
-(23)       &lt;ow:County&gt;MANATEE&lt;/ow:County&gt;
-(24)       &lt;ow:State&gt;FL&lt;/ow:State&gt;
-(25)       &lt;ow:Lat&gt;2746&lt;/ow:Lat&gt;
-(26)       &lt;ow:Long&gt;8270&lt;/ow:Long&gt;
-(27)       &lt;ow:Comments xml:lang="en-US" &gt;
-(28)         WINDS 55 WITH GUSTS TO 65. ROOF TORN OFF BOAT HOUSE. REPORTED
-(29)         BY STORM SPOTTER. (TBW)
-(30)       &lt;/ow:Comments&gt;
-(31)     &lt;/ow:WindReport&gt;
-(32)   &lt;/s12:Body&gt;
-(33) &lt;/s12:Envelope&gt;</eg>
+(14)     &lt;ew:MySubscription wsa:IsReferenceParameter="true"&gt;
+(15)       2597
+(16)     &lt;/ew:MySubscription&gt;
+(17)     &lt;ow:EventTopics&gt;weather.report weather.storms&lt;/ow:EventTopics&gt;
+(18)   &lt;/s12:Header&gt;
+(19)   &lt;s12:Body&gt;
+(20)     &lt;ow:WindReport&gt;
+(21)       &lt;ow:Date&gt;030701&lt;/ow:Date&gt;
+(22)       &lt;ow:Time&gt;0041&lt;/ow:Time&gt;
+(23)       &lt;ow:Speed&gt;65&lt;/ow:Speed&gt;
+(24)       &lt;ow:Location&gt;BRADENTON BEACH&lt;/ow:Location&gt;
+(25)       &lt;ow:County&gt;MANATEE&lt;/ow:County&gt;
+(26)       &lt;ow:State&gt;FL&lt;/ow:State&gt;
+(27)       &lt;ow:Lat&gt;2746&lt;/ow:Lat&gt;
+(28)       &lt;ow:Long&gt;8270&lt;/ow:Long&gt;
+(29)       &lt;ow:Comments xml:lang="en-US" &gt;
+(30)         WINDS 55 WITH GUSTS TO 65. ROOF TORN OFF BOAT HOUSE. REPORTED
+(31)         BY STORM SPOTTER. (TBW)
+(32)       &lt;/ow:Comments&gt;
+(33)     &lt;/ow:WindReport&gt;
+(34)   &lt;/s12:Body&gt;
+(35) &lt;/s12:Envelope&gt;</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 @@
       &lt;/wsa:Address&gt;
     &lt;/wsa:ReplyTo&gt;
     &lt;wsa:To&gt;http://www.example.org/repository&lt;/wsa:To&gt;
-    &lt;xxx:CustomerID&gt;732199&lt;/xxx:CustomerID&gt;
-    &lt;xxx:Region&gt;EMEA&lt;/xxx:Region&gt;
+    &lt;xxx:CustomerID wsa:IsReferenceParameter="true"&gt;
+      732199
+    &lt;/xxx:CustomerID&gt;
+    &lt;xxx:Region wsa:IsReferenceParameter="true"&gt;
+      EMEA
+    &lt;/xxx:Region&gt;
     &lt;wsa:Action&gt;
       http://www.w3.org/2009/02/ws-tra/Get
     &lt;/wsa:Action&gt;
@@ -374,8 +378,12 @@
       &lt;/wsa:Address&gt;
     &lt;/wsa:ReplyTo&gt;
     &lt;wsa:To&gt;http://www.example.org/pushport&lt;/wsa:To&gt;
-    &lt;xxx:CustomerID&gt;732199&lt;/xxx:CustomerID&gt;
-    &lt;xxx:Region&gt;EMEA&lt;/xxx:Region&gt;
+    &lt;xxx:CustomerID wsa:IsReferenceParameter="true"&gt;
+      732199
+    &lt;/xxx:CustomerID&gt;
+    &lt;xxx:Region wsa:IsReferenceParameter="true"&gt;
+      EMEA
+    &lt;/xxx:Region&gt;
     &lt;wsa:Action&gt;
       http://www.w3.org/2009/02/ws-tra/Put
     &lt;/wsa:Action&gt;
@@ -457,8 +465,12 @@
       &lt;/wsa:Address&gt;
     &lt;/wsa:ReplyTo&gt;
     &lt;wsa:To&gt;http://www.example.org/pushport&lt;/wsa:To&gt;
-    &lt;xxx:CustomerID&gt;732199&lt;/xxx:CustomerID&gt;
-    &lt;xxx:Region&gt;EMEA&lt;/xxx:Region&gt;
+    &lt;xxx:CustomerID wsa:IsReferenceParameter="true"&gt;
+      732199
+    &lt;/xxx:CustomerID&gt;
+    &lt;xxx:Region wsa:IsReferenceParameter="true"&gt;
+      EMEA
+    &lt;/xxx:Region&gt;
     &lt;wsa:Action&gt;
       http://www.w3.org/2009/02/ws-tra/Delete
     &lt;/wsa:Action&gt;
@@ -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" &gt;
 (06)   &lt;s12:Header&gt;
 (07)     &lt;wsa:Action&gt;
-(08) http://www.w3.org/2009/02/ws-evt/SubscribeResponse
+(08)       http://www.w3.org/2009/02/ws-evt/SubscribeResponse
 (09)     &lt;/wsa:Action&gt;
 (10)     &lt;wsa:RelatesTo&gt;
 (11)       uuid:d7c5726b-de29-4313-b4d4-b3425b200839
@@ -751,40 +751,42 @@
 (06)     xmlns:ow="http://www.example.org/oceanwatch" &gt;
 (07)   &lt;s12:Header&gt;
 (08)     &lt;wsa:Action&gt;
-(09) http://www.w3.org/2009/02/ws-evt/SubscribeResponse
+(09)       http://www.w3.org/2009/02/ws-evt/SubscribeResponse
 (10)     &lt;/wsa:Action&gt;
 (11)     &lt;wsa:RelatesTo&gt;
 (12)       uuid:e1886c5c-5e86-48d1-8c77-fc1c28d47180
 (13)     &lt;/wsa:RelatesTo&gt;
 (14)     &lt;wsa:To&gt;http://www.example.com/MyEventSink&lt;/wsa:To&gt;
-(15)     &lt;ew:MySubscription&gt;2597&lt;/ew:MySubscription&gt;
-(16)   &lt;/s12:Header&gt;
-(17)   &lt;s12:Body&gt;
-(18)     &lt;wse:SubscribeResponse&gt;
-(19)       &lt;wse:SubscriptionManager&gt;
-(20)         &lt;wsa:Address&gt;
-(21)           http://www.example.org/oceanwatch/SubscriptionManager
-(22)         &lt;/wsa:Address&gt;
-(23)         &lt;wsa:ReferenceParameters&gt;
-(24)           &lt;wse:Identifier&gt;
-(25)             uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
-(26)           &lt;/wse:Identifier&gt;
-(27)         &lt;/wsa:ReferenceParameters&gt;
-(28)       &lt;/wse:SubscriptionManager&gt;
-(29)       &lt;wse:Expires&gt;2004-07-01T00:00:00.000-00:00&lt;/wse:Expires&gt;
-(30)     &lt;/wse:SubscribeResponse&gt;
-(31)   &lt;/s12:Body&gt;
-(32) &lt;/s12:Envelope&gt;</pre></div></div><p>
+(15)     &lt;ew:MySubscription wsa:IsReferenceParameter="true"&gt;
+(16)       2597
+(17)     &lt;/ew:MySubscription&gt;
+(18)   &lt;/s12:Header&gt;
+(19)   &lt;s12:Body&gt;
+(20)     &lt;wse:SubscribeResponse&gt;
+(21)       &lt;wse:SubscriptionManager&gt;
+(22)         &lt;wsa:Address&gt;
+(23)           http://www.example.org/oceanwatch/SubscriptionManager
+(24)         &lt;/wsa:Address&gt;
+(25)         &lt;wsa:ReferenceParameters&gt;
+(26)           &lt;wse:Identifier&gt;
+(27)             uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
+(28)           &lt;/wse:Identifier&gt;
+(29)         &lt;/wsa:ReferenceParameters&gt;
+(30)       &lt;/wse:SubscriptionManager&gt;
+(31)       &lt;wse:Expires&gt;2004-07-01T00:00:00.000-00:00&lt;/wse:Expires&gt;
+(32)     &lt;/wse:SubscribeResponse&gt;
+(33)   &lt;/s12:Body&gt;
+(34) &lt;/s12:Envelope&gt;</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)     &lt;wsa:To&gt;
 (17)       http://www.example.org/oceanwatch/SubscriptionManager
 (18)     &lt;/wsa:To&gt;
-(19)     &lt;wse:Identifier&gt;
+(19)     &lt;wse:Identifier wsa:IsReferenceParameter="true"&gt;
 (20)       uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
 (21)     &lt;/wse:Identifier&gt;
 (22)   &lt;/s12:Header&gt;
@@ -952,7 +954,7 @@
 (16)     &lt;wsa:To&gt;
 (17)       http://www.example.org/oceanwatch/SubscriptionManager
 (18)     &lt;/wsa:To&gt;
-(19)     &lt;wse:Identifier&gt;
+(19)     &lt;wse:Identifier wsa:IsReferenceParameter="true"&gt;
 (20)       uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
 (21)     &lt;/wse:Identifier&gt;
 (22)   &lt;/s12:Header&gt;
@@ -974,7 +976,7 @@
 (05)     xmlns:ow="http://www.example.org/oceanwatch" &gt;
 (06)   &lt;s12:Header&gt;
 (07)     &lt;wsa:Action&gt;
-(08)      http://www.w3.org/2009/02/ws-evt/GetStatusResponse
+(08)       http://www.w3.org/2009/02/ws-evt/GetStatusResponse
 (09)     &lt;/wsa:Action&gt;
 (10)     &lt;wsa:RelatesTo&gt;
 (11)       uuid:bd88b3df-5db4-4392-9621-aee9160721f6
@@ -1045,7 +1047,7 @@
 (16)     &lt;wsa:To&gt;
 (17)       http://www.example.org/oceanwatch/SubscriptionManager
 (18)     &lt;/wsa:To&gt;
-(19)     &lt;wse:Identifier&gt;
+(19)     &lt;wse:Identifier wsa:IsReferenceParameter="true"&gt;
 (20)       uuid:22e8a584-0d18-4228-b2a8-3716fa2097fa
 (21)     &lt;/wse:Identifier&gt;
 (22)   &lt;/s12:Header&gt;
@@ -1065,7 +1067,7 @@
 (03)     xmlns:wsa="http://www.w3.org/2005/08/addressing" &gt;
 (04)   &lt;s12:Header&gt;
 (05)     &lt;wsa:Action&gt;
-(06) http://www.w3.org/2009/02/ws-evt/UnsubscribeResponse
+(06)       http://www.w3.org/2009/02/ws-evt/UnsubscribeResponse
 (07)     &lt;/wsa:Action&gt;
 (08)     &lt;wsa:RelatesTo&gt;
 (09)       uuid:2653f89f-25bc-4c2a-a7c4-620504f6b216
@@ -1141,25 +1143,27 @@
 (05)     xmlns:ew="http://www.example.com/warnings" &gt;
 (06)   &lt;s12:Header&gt;
 (07)     &lt;wsa:Action&gt;
-(08) http://www.w3.org/2009/02/ws-evt/SubscriptionEnd
+(08)       http://www.w3.org/2009/02/ws-evt/SubscriptionEnd
 (09)     &lt;/wsa:Action&gt;
 (10)     &lt;wsa:To&gt;http://www.example.com/MyEventSink&lt;/wsa:To&gt;
-(11)     &lt;ew:MySubscription&gt;2597&lt;/ew:MySubscription&gt;
-(12)   &lt;/s12:Header&gt;
-(13)   &lt;s12:Body&gt;
-(14)     &lt;wse:SubscriptionEnd&gt;
-(15)       &lt;wse:Status&gt;wse:SourceShuttingDown&lt;/wse:Status&gt;
-(16)       &lt;wse:Reason xml:lang="en-US" &gt;
-(17)         Event source going off line.
-(18)       &lt;/wse:Reason&gt;
-(19)     &lt;/wse:SubscriptionEnd&gt;
-(20)   &lt;/s12:Body&gt;
-(21) &lt;/s12:Envelope&gt;</pre></div></div><p>
+(11)     &lt;ew:MySubscription wsa:IsReferenceParameter="true"&gt;
+(12)       2597
+(13)     &lt;/ew:MySubscription&gt;
+(14)   &lt;/s12:Header&gt;
+(15)   &lt;s12:Body&gt;
+(16)     &lt;wse:SubscriptionEnd&gt;
+(17)       &lt;wse:Status&gt;wse:SourceShuttingDown&lt;/wse:Status&gt;
+(18)       &lt;wse:Reason xml:lang="en-US" &gt;
+(19)         Event source going off line.
+(20)       &lt;/wse:Reason&gt;
+(21)     &lt;/wse:SubscriptionEnd&gt;
+(22)   &lt;/s12:Body&gt;
+(23) &lt;/s12:Envelope&gt;</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)     &lt;/wsa:MessageID&gt;
 (13)     &lt;wsa:To&gt;http://www.other.example.com/OnStormWarning&lt;/wsa:To&gt;
-(14)     &lt;ew:MySubscription&gt;2597&lt;/ew:MySubscription&gt;
-(15)     &lt;ow:EventTopics&gt;weather.report weather.storms&lt;/ow:EventTopics&gt;
-(16)   &lt;/s12:Header&gt;
-(17)   &lt;s12:Body&gt;
-(18)     &lt;ow:WindReport&gt;
-(19)       &lt;ow:Date&gt;030701&lt;/ow:Date&gt;
-(20)       &lt;ow:Time&gt;0041&lt;/ow:Time&gt;
-(21)       &lt;ow:Speed&gt;65&lt;/ow:Speed&gt;
-(22)       &lt;ow:Location&gt;BRADENTON BEACH&lt;/ow:Location&gt;
-(23)       &lt;ow:County&gt;MANATEE&lt;/ow:County&gt;
-(24)       &lt;ow:State&gt;FL&lt;/ow:State&gt;
-(25)       &lt;ow:Lat&gt;2746&lt;/ow:Lat&gt;
-(26)       &lt;ow:Long&gt;8270&lt;/ow:Long&gt;
-(27)       &lt;ow:Comments xml:lang="en-US" &gt;
-(28)         WINDS 55 WITH GUSTS TO 65. ROOF TORN OFF BOAT HOUSE. REPORTED
-(29)         BY STORM SPOTTER. (TBW)
-(30)       &lt;/ow:Comments&gt;
-(31)     &lt;/ow:WindReport&gt;
-(32)   &lt;/s12:Body&gt;
-(33) &lt;/s12:Envelope&gt;</pre></div></div><p>
-    Lines (13-14) indicate the message is sent to the endpoint
+(14)     &lt;ew:MySubscription wsa:IsReferenceParameter="true"&gt;
+(15)       2597
+(16)     &lt;/ew:MySubscription&gt;
+(17)     &lt;ow:EventTopics&gt;weather.report weather.storms&lt;/ow:EventTopics&gt;
+(18)   &lt;/s12:Header&gt;
+(19)   &lt;s12:Body&gt;
+(20)     &lt;ow:WindReport&gt;
+(21)       &lt;ow:Date&gt;030701&lt;/ow:Date&gt;
+(22)       &lt;ow:Time&gt;0041&lt;/ow:Time&gt;
+(23)       &lt;ow:Speed&gt;65&lt;/ow:Speed&gt;
+(24)       &lt;ow:Location&gt;BRADENTON BEACH&lt;/ow:Location&gt;
+(25)       &lt;ow:County&gt;MANATEE&lt;/ow:County&gt;
+(26)       &lt;ow:State&gt;FL&lt;/ow:State&gt;
+(27)       &lt;ow:Lat&gt;2746&lt;/ow:Lat&gt;
+(28)       &lt;ow:Long&gt;8270&lt;/ow:Long&gt;
+(29)       &lt;ow:Comments xml:lang="en-US" &gt;
+(30)         WINDS 55 WITH GUSTS TO 65. ROOF TORN OFF BOAT HOUSE. REPORTED
+(31)         BY STORM SPOTTER. (TBW)
+(32)       &lt;/ow:Comments&gt;
+(33)     &lt;/ow:WindReport&gt;
+(34)   &lt;/s12:Body&gt;
+(35) &lt;/s12:Envelope&gt;</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