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 ip...@apache.org on 2005/07/28 19:02:38 UTC

svn commit: r225825 - in /webservices/pubscribe/trunk/src/examples/filesystem/requests: GetResourceProperty_FixedTopicSet.soap GetResourceProperty_Topic.soap GetResourceProperty_TopicExpressionDialects.soap

Author: ips
Date: Thu Jul 28 10:02:36 2005
New Revision: 225825

URL: http://svn.apache.org/viewcvs?rev=225825&view=rev
Log:
new GetRP requests

Added:
    webservices/pubscribe/trunk/src/examples/filesystem/requests/GetResourceProperty_FixedTopicSet.soap
    webservices/pubscribe/trunk/src/examples/filesystem/requests/GetResourceProperty_Topic.soap
    webservices/pubscribe/trunk/src/examples/filesystem/requests/GetResourceProperty_TopicExpressionDialects.soap

Added: webservices/pubscribe/trunk/src/examples/filesystem/requests/GetResourceProperty_FixedTopicSet.soap
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/examples/filesystem/requests/GetResourceProperty_FixedTopicSet.soap?rev=225825&view=auto
==============================================================================
--- webservices/pubscribe/trunk/src/examples/filesystem/requests/GetResourceProperty_FixedTopicSet.soap (added)
+++ webservices/pubscribe/trunk/src/examples/filesystem/requests/GetResourceProperty_FixedTopicSet.soap Thu Jul 28 10:02:36 2005
@@ -0,0 +1,16 @@
+<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
+
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing">
+      <wsa:To mustUnderstand="1">http://localhost:8080/wsrf/services/filesystem</wsa:To>
+      <wsa:Action mustUnderstand="1">http://ws.apache.org/resource/example/filesystem/FileSystemPortType/GetResourcePropertyRequest</wsa:Action>
+      <fs:ResourceIdentifier mustUnderstand="1" xmlns:fs="http://ws.apache.org/resource/example/filesystem">/dev/vg00/lvol1</fs:ResourceIdentifier>
+   </Header>
+
+   <Body>
+      <wsrp:GetResourceProperty xmlns:wsrp="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd"
+                                xmlns:wsbn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd">
+         wsbn:FixedTopicSet
+      </wsrp:GetResourceProperty>
+   </Body>
+
+</Envelope>

Added: webservices/pubscribe/trunk/src/examples/filesystem/requests/GetResourceProperty_Topic.soap
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/examples/filesystem/requests/GetResourceProperty_Topic.soap?rev=225825&view=auto
==============================================================================
--- webservices/pubscribe/trunk/src/examples/filesystem/requests/GetResourceProperty_Topic.soap (added)
+++ webservices/pubscribe/trunk/src/examples/filesystem/requests/GetResourceProperty_Topic.soap Thu Jul 28 10:02:36 2005
@@ -0,0 +1,16 @@
+<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
+
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing">
+      <wsa:To mustUnderstand="1">http://localhost:8080/wsrf/services/filesystem</wsa:To>
+      <wsa:Action mustUnderstand="1">http://ws.apache.org/resource/example/filesystem/FileSystemPortType/GetResourcePropertyRequest</wsa:Action>
+      <fs:ResourceIdentifier mustUnderstand="1" xmlns:fs="http://ws.apache.org/resource/example/filesystem">/dev/vg00/lvol1</fs:ResourceIdentifier>
+   </Header>
+   
+   <Body>
+      <wsrp:GetResourceProperty xmlns:wsrp="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd"
+                                xmlns:wsbn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd">
+         wsbn:Topic
+      </wsrp:GetResourceProperty>
+   </Body>
+
+</Envelope>

Added: webservices/pubscribe/trunk/src/examples/filesystem/requests/GetResourceProperty_TopicExpressionDialects.soap
URL: http://svn.apache.org/viewcvs/webservices/pubscribe/trunk/src/examples/filesystem/requests/GetResourceProperty_TopicExpressionDialects.soap?rev=225825&view=auto
==============================================================================
--- webservices/pubscribe/trunk/src/examples/filesystem/requests/GetResourceProperty_TopicExpressionDialects.soap (added)
+++ webservices/pubscribe/trunk/src/examples/filesystem/requests/GetResourceProperty_TopicExpressionDialects.soap Thu Jul 28 10:02:36 2005
@@ -0,0 +1,16 @@
+<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/">
+
+   <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing">
+      <wsa:To mustUnderstand="1">http://localhost:8080/wsrf/services/filesystem</wsa:To>
+      <wsa:Action mustUnderstand="1">http://ws.apache.org/resource/example/filesystem/FileSystemPortType/GetResourcePropertyRequest</wsa:Action>
+      <fs:ResourceIdentifier mustUnderstand="1" xmlns:fs="http://ws.apache.org/resource/example/filesystem">/dev/vg00/lvol1</fs:ResourceIdentifier>
+   </Header>
+
+   <Body>
+      <wsrp:GetResourceProperty xmlns:wsrp="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd"
+                                xmlns:wsbn="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd">
+         wsbn:TopicExpressionDialects
+      </wsrp:GetResourceProperty>
+   </Body>
+
+</Envelope>