- From: Doug Davis via cvs-syncmail <cvsmail@w3.org>
- Date: Tue, 17 Mar 2009 22:56:37 +0000
- To: public-ws-resource-access-notifications@w3.org
Update of /w3ccvs/WWW/2002/ws/ra/edcopies
In directory hutz:/tmp/cvs-serv1532
Modified Files:
wseventing.html wseventing.xml
Log Message:
issue 6400
Index: wseventing.xml
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.xml,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- wseventing.xml 17 Mar 2009 22:43:10 -0000 1.17
+++ wseventing.xml 17 Mar 2009 22:56:35 -0000 1.18
@@ -805,7 +805,8 @@
<specref ref="SubscriptionEnd"/>.) If
present, this element MUST be of type
wsa:EndpointReferenceType. Default is not to send this
- message.
+ message. The endpoint to which the EndTo EPR refers MUST support the
+ SubcriptionEndPortType portType.
</p>
<p>
Note, subscribers wishing to correlate SubscriptionEnd messages with
@@ -1700,8 +1701,10 @@
If the event source terminates a subscription unexpectedly,
the event source SHOULD send a Subscription End SOAP message to
the endpoint reference indicated when the subscription was
- created (see <specref ref="Subscribe"/>). The message
- MUST be of the following form:
+ created (see <specref ref="Subscribe"/>).
+ This endpoint reference MUST refer to an endpoint that supports the
+ SubscriptionEndPortType portType.
+ The message MUST be of the following form:
</p>
<example>
@@ -3083,8 +3086,11 @@
wsam:Action=
"http://www.w3.org/2009/02/ws-evt/SubscribeResponse"/>
</wsdl:operation>
+ </wsdl:portType>
+
+ <wsdl:portType name="SubscriptionEndPortType" >
<wsdl:operation name="SubscriptionEnd" >
- <wsdl:output
+ <wsdl:input
message="wse:SubscriptionEnd"
wsam:Action=
"http://www.w3.org/2009/02/ws-evt/SubscriptionEnd"/>
@@ -3212,6 +3218,13 @@
<loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6587">6587</loc>
</td>
</tr>
+ <tr>
+ <td> 2009/03/17 </td>
+ <td> KW </td>
+ <td> Added resolution of issue
+ <loc href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6400">6400</loc>
+ </td>
+ </tr>
</tbody>
</table>
</div1>
Index: wseventing.html
===================================================================
RCS file: /w3ccvs/WWW/2002/ws/ra/edcopies/wseventing.html,v
retrieving revision 1.26
retrieving revision 1.27
diff -u -d -r1.26 -r1.27
--- wseventing.html 17 Mar 2009 22:43:10 -0000 1.26
+++ wseventing.html 17 Mar 2009 22:56:35 -0000 1.27
@@ -469,7 +469,8 @@
<a href="#SubscriptionEnd"><b>4.5 Subscription End</b></a>.) If
present, this element MUST be of type
wsa:EndpointReferenceType. Default is not to send this
- message.
+ message. The endpoint to which the EndTo EPR refers MUST support the
+ SubcriptionEndPortType portType.
</p><p>
Note, subscribers wishing to correlate SubscriptionEnd messages with
the subscription to which they apply MAY wish to add a
@@ -1074,8 +1075,10 @@
If the event source terminates a subscription unexpectedly,
the event source SHOULD send a Subscription End SOAP message to
the endpoint reference indicated when the subscription was
- created (see <a href="#Subscribe"><b>4.1 Subscribe</b></a>). The message
- MUST be of the following form:
+ created (see <a href="#Subscribe"><b>4.1 Subscribe</b></a>).
+ This endpoint reference MUST refer to an endpoint that supports the
+ SubscriptionEndPortType portType.
+ The message MUST be of the following form:
</p><div class="exampleOuter"><div class="exampleInner"><pre><s:Envelope ...>
<s:Header ...>
<wsa:Action>
@@ -1890,8 +1893,11 @@
wsam:Action=
"http://www.w3.org/2009/02/ws-evt/SubscribeResponse"/>
</wsdl:operation>
+ </wsdl:portType>
+
+ <wsdl:portType name="SubscriptionEndPortType" >
<wsdl:operation name="SubscriptionEnd" >
- <wsdl:output
+ <wsdl:input
message="wse:SubscriptionEnd"
wsam:Action=
"http://www.w3.org/2009/02/ws-evt/SubscriptionEnd"/>
@@ -1941,4 +1947,5 @@
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6641">6641</a></td></tr><tr><td> 2009/03/11 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6498">6498</a></td></tr><tr><td> 2009/03/11 </td><td> DD </td><td> Added resolution of issue
<a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6425">6425</a></td></tr><tr><td> 2009/03/16 </td><td> KW </td><td> Added resolution of issue
- <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6587">6587</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=6587">6587</a></td></tr><tr><td> 2009/03/17 </td><td> KW </td><td> Added resolution of issue
+ <a href="http://www.w3.org/Bugs/Public/show_bug.cgi?id=6400">6400</a></td></tr></tbody></table></div></div></body></html>
\ No newline at end of file
Received on Tuesday, 17 March 2009 22:56:48 UTC