You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pubscribe-commits@ws.apache.org by jr...@apache.org on 2005/07/20 00:57:33 UTC

svn commit: r219796 - /webservices/pubscribe/trunk/src/examples/filesystem/requests/Destroy_Subscription.soap

Author: jruzzi
Date: Tue Jul 19 15:57:32 2005
New Revision: 219796

URL: http://svn.apache.org/viewcvs?rev=219796&view=rev
Log:
added to the demonstration

Added:
    webservices/pubscribe/trunk/src/examples/filesystem/requests/Destroy_Subscription.soap

Added: webservices/pubscribe/trunk/src/examples/filesystem/requests/Destroy_Subscription.soap
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/examples/filesystem/requests/Destroy_Subscription.soap?rev=219796&view=auto
==============================================================================
--- webservices/pubscribe/trunk/src/examples/filesystem/requests/Destroy_Subscription.soap (added)
+++ webservices/pubscribe/trunk/src/examples/filesystem/requests/Destroy_Subscription.soap Tue Jul 19 15:57:32 2005
@@ -0,0 +1,16 @@
+<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" 
+	  xmlns:wsnt="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd"
+	  xmlns:wsrlw="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceLifetime-1.2-draft-01.xsd"
+          xmlns:sub="http://ws.apache.org/notification/base/service/SubscriptionManager">
+
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing">
+      <wsa:To mustUnderstand="1">http://localhost:8080/pubscribe/services/SubscriptionManager</wsa:To>
+      <wsa:Action mustUnderstand="1">http://localhost:8080/pubscribe/services/SubscriptionManager/yourWsdlRequestName</wsa:Action>
+      <sub:ResourceIdentifier mustUnderstand="1">6d8e2160-f89f-11d9-9c4c-9e6bfb2aa2bf</sub:ResourceIdentifier>
+   </Header>
+
+   <Body>
+      <wsrlw:Destroy />
+   </Body>
+
+</Envelope>