Author: jruzzi
Date: Mon Aug  1 12:28:57 2005
New Revision: 226858

URL: http://svn.apache.org/viewcvs?rev=226858&view=rev
Log:
request for example

Added:
    
webservices/muse/trunk/src/examples/filesystem/requests/Subscribe_op_status.soap
    webservices/muse/trunk/src/examples/filesystem/requests/unmount.soap

Added: 
webservices/muse/trunk/src/examples/filesystem/requests/Subscribe_op_status.soap
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/filesystem/requests/Subscribe_op_status.soap?rev=226858&view=auto
==============================================================================
--- 
webservices/muse/trunk/src/examples/filesystem/requests/Subscribe_op_status.soap
 (added)
+++ 
webservices/muse/trunk/src/examples/filesystem/requests/Subscribe_op_status.soap
 Mon Aug  1 12:28:57 2005
@@ -0,0 +1,29 @@
+<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"; 

+          xmlns:fs="http://ws.apache.org/resource/example/filesystem";

+          xmlns:wsa="http://schemas.xmlsoap.org/ws/2003/03/addressing";

+          
xmlns:wsnt="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd";

+          
xmlns:muws-p2-xs="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2.xsd";>

+

+   <Header>

+      <wsa:To 
mustUnderstand="1">http://localhost:8080/muse/services/filesystem</wsa:To>

+      <wsa:Action 
mustUnderstand="1">http://ws.apache.org/resource/example/filesystem/FileSystemPortType/yourWsdlRequestName</wsa:Action>

+      <fs:ResourceIdentifier 
mustUnderstand="1">/dev/vg00/lvol1</fs:ResourceIdentifier>

+   </Header>

+

+   <Body>

+      <wsnt:Subscribe>

+                                  

+         <wsnt:ConsumerReference>

+            <!-- make this filesystem for now... -->

+            
<wsa:Address>http://localhost:8080/pubscribe/services/filesystem</wsa:Address>

+           <wsa:ReferenceProperties/>                          

+         </wsnt:ConsumerReference>

+         

+         <wsnt:TopicExpression 
Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple";>muws-p2-xs:OperationalStatus</wsnt:TopicExpression>

+         

+         <wsnt:UseNotify>true</wsnt:UseNotify> 

+         

+      </wsnt:Subscribe>

+   </Body>

+

+</Envelope>


Added: webservices/muse/trunk/src/examples/filesystem/requests/unmount.soap
URL: 
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/filesystem/requests/unmount.soap?rev=226858&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/filesystem/requests/unmount.soap (added)
+++ webservices/muse/trunk/src/examples/filesystem/requests/unmount.soap Mon 
Aug  1 12:28:57 2005
@@ -0,0 +1,15 @@
+

+<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/"; 

+          xmlns:fs="http://ws.apache.org/resource/example/filesystem";>

+

+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>

+      <wsa:To 
mustUnderstand="1">http://localhost:8080/muse/services/filesystem</wsa:To>

+      <wsa:Action 
mustUnderstand="1">http://ws.apache.org/resource/example/filesystem/FileSystemPortType/yourWsdlRequestName</wsa:Action>

+      <fs:ResourceIdentifier 
mustUnderstand="1">/dev/vg00/lvol1</fs:ResourceIdentifier>

+   </Header>

+

+   <Body>

+         <fs:Unmount />

+   </Body>

+

+</Envelope>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to