- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 07 Apr 2009 23:27:44 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies In directory hutz:/tmp/cvs-serv22460 Modified Files: wseventing.html wseventing.xml Log Message: 6727 Index: wseventing.xml =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v retrieving revision 1.28 retrieving revision 1.29 diff -u -d -r1.28 -r1.29 --- wseventing.xml 5 Apr 2009 19:31:04 -0000 1.28 +++ wseventing.xml 7 Apr 2009 23:27:41 -0000 1.29 @@ -1655,9 +1655,12 @@ <example> <eg><kw>[Action]</kw> - http://www.w3.org/2009/02/ws-evt/UnsubscribeResponse <!-- + http://www.w3.org/2009/02/ws-evt/UnsubscribeResponse -<kw>[Body]</kw> --></eg> +<kw>[Body]</kw> + <wse:UnsubscribeResponse ...> + <emph>xs:any</emph>* + </wse:UnsubscribeResponse></eg> </example> <p> @@ -1726,8 +1729,10 @@ (10) </wsa:RelatesTo> (11) <wsa:To>http://www.example.com/MyEventSink</wsa:To> (12) </s12:Header> -(13) <s12:Body /> -(14) </s12:Envelope></eg> +(13) <s12:Body> +(14) <wse:UnsubscribeResponse/> +(15) </s12:Body> +(16) </s12:Envelope></eg> </example> </div2> @@ -3090,7 +3095,16 @@ </xs:complexType> </xs:element> - <!-- count(/s:Envelope/s:Body/*) = 0 for Unsubscribe response --> + <!-- Unsubscribe response --> + <xs:element name="UnsubscribeResponse"> + <xs:complexType> + <xs:sequence> + <xs:any namespace="##other" processContents="lax" + minOccurs="0" maxOccurs="unbounded" /> + </xs:sequence> + <xs:anyAttribute namespace="##other" processContents="lax" /> + </xs:complexType> + </xs:element> <!-- SubscriptionEnd message --> <xs:element name="SubscriptionEnd"> @@ -3187,7 +3201,9 @@ <wsdl:message name="UnsubscribeMsg" > <wsdl:part name="body" element="wse:Unsubscribe" /> </wsdl:message> - <wsdl:message name="UnsubscribeResponseMsg" /> + <wsdl:message name="UnsubscribeResponseMsg" > + <wsdl:part name="body" element="wse:UnsubscribeResponse" /> + </wsdl:message> <wsdl:message name="SubscriptionEnd" > <wsdl:part name="body" element="wse:SubscriptionEnd" /> Index: wseventing.html =================================================================== RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v retrieving revision 1.37 retrieving revision 1.38 diff -u -d -r1.37 -r1.38 --- wseventing.html 5 Apr 2009 19:31:04 -0000 1.37 +++ wseventing.html 7 Apr 2009 23:27:41 -0000 1.38 @@ -1006,7 +1006,12 @@ subscription, it MUST reply with a response of the following form: </p><div class="exampleOuter"><div class="exampleInner"><pre><b>[Action]</b> - http://www.w3.org/2009/02/ws-evt/UnsubscribeResponse </pre></div></div><p> + http://www.w3.org/2009/02/ws-evt/UnsubscribeResponse + +<b>[Body]</b> + <wse:UnsubscribeResponse ...> + <em>xs:any</em>* + </wse:UnsubscribeResponse></pre></div></div><p> Components of the outline listed above are not further constrained by this specification. </p><p><a href="#Table10">Example 4-7</a> lists a hypothetical request to delete the @@ -1057,8 +1062,10 @@ (10) </wsa:RelatesTo> (11) <wsa:To>http://www.example.com/MyEventSink</wsa:To> (12) </s12:Header> -(13) <s12:Body /> -(14) </s12:Envelope></pre></div></div></div><div class="div2"> +(13) <s12:Body> +(14) <wse:UnsubscribeResponse/> +(15) </s12:Body> +(16) </s12:Envelope></pre></div></div></div><div class="div2"> <h3><a name="SubscriptionEnd" id="SubscriptionEnd"/>4.5 Subscription End</h3><p> If the event source terminates a subscription unexpectedly, the event source SHOULD send a Subscription End SOAP message to @@ -1797,7 +1804,16 @@ </xs:complexType> </xs:element> - <!-- count(/s:Envelope/s:Body/*) = 0 for Unsubscribe response --> + <!-- Unsubscribe response --> + <xs:element name="UnsubscribeResponse"> + <xs:complexType> + <xs:sequence> + <xs:any namespace="##other" processContents="lax" + minOccurs="0" maxOccurs="unbounded" /> + </xs:sequence> + <xs:anyAttribute namespace="##other" processContents="lax" /> + </xs:complexType> + </xs:element> <!-- SubscriptionEnd message --> <xs:element name="SubscriptionEnd"> @@ -1879,7 +1895,9 @@ <wsdl:message name="UnsubscribeMsg" > <wsdl:part name="body" element="wse:Unsubscribe" /> </wsdl:message> - <wsdl:message name="UnsubscribeResponseMsg" /> + <wsdl:message name="UnsubscribeResponseMsg" > + <wsdl:part name="body" element="wse:UnsubscribeResponse" /> + </wsdl:message> <wsdl:message name="SubscriptionEnd" > <wsdl:part name="body" element="wse:SubscriptionEnd" />
Received on Tuesday, 7 April 2009 23:27:52 UTC