Author: scamp
Date: Mon Aug  1 12:57:24 2005
New Revision: 226867

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

Added:
    
webservices/muse/trunk/src/examples/filesystem/requests/QueryRelationshipsByType.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=226867&r1=226866&r2=226867&view=diff
==============================================================================
--- 
webservices/muse/trunk/src/examples/filesystem/requests/GetCurrentMessage.soap 
(original)
+++ 
webservices/muse/trunk/src/examples/filesystem/requests/GetCurrentMessage.soap 
Mon Aug  1 12:57:24 2005
@@ -1,6 +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: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 xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing";>

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

@@ -10,7 +11,7 @@
 

    <Body>

       <wsnt:GetCurrentMessage>

-         <wsnt:Topic 
Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple";>fs:MountPointDirectory</wsnt:Topic>

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

       </wsnt:GetCurrentMessage>

    </Body>

 


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

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

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

+

+   <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/GetResourcePropertyRequest</wsa:Action>

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

+   </Header>

+

+   <Body>

+      <muws-p2-xs:QueryRelationshipsByType 
xmlns:myns="http://myns.com/";><muws-p2-xs:RequestedType>myns:ContainedBy</muws-p2-xs:RequestedType></muws-p2-xs:QueryRelationshipsByType>

+   </Body>

+

+</Envelope>




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

Reply via email to