You are viewing a plain text version of this content. The canonical link for it is here.
Posted to muse-dev@ws.apache.org by sc...@apache.org on 2005/08/01 22:51:11 UTC

svn commit: r226880 - in /webservices/muse/trunk/src/examples/filesystem/requests: GetCurrentMessage.soap mount.soap

Author: scamp
Date: Mon Aug  1 13:51:08 2005
New Revision: 226880

URL: http://svn.apache.org/viewcvs?rev=226880&view=rev
Log: (empty)

Added:
    webservices/muse/trunk/src/examples/filesystem/requests/mount.soap
Modified:
    webservices/muse/trunk/src/examples/filesystem/requests/GetCurrentMessage.soap

Modified: webservices/muse/trunk/src/examples/filesystem/requests/GetCurrentMessage.soap
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/filesystem/requests/GetCurrentMessage.soap?rev=226880&r1=226879&r2=226880&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/filesystem/requests/GetCurrentMessage.soap (original)
+++ webservices/muse/trunk/src/examples/filesystem/requests/GetCurrentMessage.soap Mon Aug  1 13:51:08 2005
@@ -1,7 +1,7 @@
 <Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" 
           xmlns:fs="http://ws.apache.org/resource/example/filesystem"
           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">
+          xmlns:muws-topics="http://docs.oasis-open.org/wsdm/2004/12/muws/wsdm-muws-part2-events.xml">
 
    <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing">
       <wsa:To mustUnderstand="1">http://localhost:8080/pubscribe/services/filesystem</wsa:To>
@@ -11,7 +11,7 @@
 
    <Body>
       <wsnt:GetCurrentMessage>
-         <wsnt:Topic Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">muws-p2-xs:OperationalStatus</wsnt:Topic>
+         <wsnt:Topic Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">muws-topics:OperationalStatusCapability</wsnt:Topic>
       </wsnt:GetCurrentMessage>
    </Body>
 

Added: webservices/muse/trunk/src/examples/filesystem/requests/mount.soap
URL: http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/filesystem/requests/mount.soap?rev=226880&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/filesystem/requests/mount.soap (added)
+++ webservices/muse/trunk/src/examples/filesystem/requests/mount.soap Mon Aug  1 13:51:08 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:Mount />
+   </Body>
+
+</Envelope>
\ No newline at end of file



---------------------------------------------------------------------
To unsubscribe, e-mail: muse-dev-unsubscribe@ws.apache.org
For additional commands, e-mail: muse-dev-help@ws.apache.org