Author: jruzzi
Date: Mon Aug 1 14:20:56 2005
New Revision: 226888
URL: http://svn.apache.org/viewcvs?rev=226888&view=rev
Log:
request for example
Added:
webservices/muse/trunk/src/examples/filesystem/requests/Destroy_Subscription.soap
webservices/muse/trunk/src/examples/filesystem/requests/_TEMPLATE.soap
Modified:
webservices/muse/trunk/src/examples/filesystem/requests/Destroy.soap
webservices/muse/trunk/src/examples/filesystem/requests/GetResourceProperty_validProp.soap
webservices/muse/trunk/src/examples/filesystem/requests/QueryResourceProperties_allProps.soap
webservices/muse/trunk/src/examples/filesystem/requests/QueryResourceProperties_oneProp.soap
Modified: webservices/muse/trunk/src/examples/filesystem/requests/Destroy.soap
URL:
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/filesystem/requests/Destroy.soap?rev=226888&r1=226887&r2=226888&view=diff
==============================================================================
--- webservices/muse/trunk/src/examples/filesystem/requests/Destroy.soap
(original)
+++ webservices/muse/trunk/src/examples/filesystem/requests/Destroy.soap Mon
Aug 1 14:20:56 2005
@@ -2,7 +2,7 @@
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/wsrf/services/filesystem</wsa:To>
+ <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>
Added:
webservices/muse/trunk/src/examples/filesystem/requests/Destroy_Subscription.soap
URL:
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/filesystem/requests/Destroy_Subscription.soap?rev=226888&view=auto
==============================================================================
---
webservices/muse/trunk/src/examples/filesystem/requests/Destroy_Subscription.soap
(added)
+++
webservices/muse/trunk/src/examples/filesystem/requests/Destroy_Subscription.soap
Mon Aug 1 14:20:56 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/muse/services/SubscriptionManager</wsa:To>
+ <wsa:Action
mustUnderstand="1">http://localhost:8080/muse/services/SubscriptionManager/yourWsdlRequestName</wsa:Action>
+ <sub:ResourceIdentifier
mustUnderstand="1">6d8e2160-f89f-11d9-9c4c-9e6bfb2aa2bf</sub:ResourceIdentifier>
+ </Header>
+
+ <Body>
+ <wsrlw:Destroy />
+ </Body>
+
+</Envelope>
Modified:
webservices/muse/trunk/src/examples/filesystem/requests/GetResourceProperty_validProp.soap
URL:
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/filesystem/requests/GetResourceProperty_validProp.soap?rev=226888&r1=226887&r2=226888&view=diff
==============================================================================
---
webservices/muse/trunk/src/examples/filesystem/requests/GetResourceProperty_validProp.soap
(original)
+++
webservices/muse/trunk/src/examples/filesystem/requests/GetResourceProperty_validProp.soap
Mon Aug 1 14:20:56 2005
@@ -2,7 +2,7 @@
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/wsrf/services/filesystem</wsa:To>
+ <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>
Modified:
webservices/muse/trunk/src/examples/filesystem/requests/QueryResourceProperties_allProps.soap
URL:
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/filesystem/requests/QueryResourceProperties_allProps.soap?rev=226888&r1=226887&r2=226888&view=diff
==============================================================================
---
webservices/muse/trunk/src/examples/filesystem/requests/QueryResourceProperties_allProps.soap
(original)
+++
webservices/muse/trunk/src/examples/filesystem/requests/QueryResourceProperties_allProps.soap
Mon Aug 1 14:20:56 2005
@@ -2,7 +2,7 @@
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/wsrf/services/filesystem</wsa:To>
+ <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>
Modified:
webservices/muse/trunk/src/examples/filesystem/requests/QueryResourceProperties_oneProp.soap
URL:
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/filesystem/requests/QueryResourceProperties_oneProp.soap?rev=226888&r1=226887&r2=226888&view=diff
==============================================================================
---
webservices/muse/trunk/src/examples/filesystem/requests/QueryResourceProperties_oneProp.soap
(original)
+++
webservices/muse/trunk/src/examples/filesystem/requests/QueryResourceProperties_oneProp.soap
Mon Aug 1 14:20:56 2005
@@ -2,7 +2,7 @@
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/wsrf/services/filesystem</wsa:To>
+ <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>
Added: webservices/muse/trunk/src/examples/filesystem/requests/_TEMPLATE.soap
URL:
http://svn.apache.org/viewcvs/webservices/muse/trunk/src/examples/filesystem/requests/_TEMPLATE.soap?rev=226888&view=auto
==============================================================================
--- webservices/muse/trunk/src/examples/filesystem/requests/_TEMPLATE.soap
(added)
+++ webservices/muse/trunk/src/examples/filesystem/requests/_TEMPLATE.soap Mon
Aug 1 14:20:56 2005
@@ -0,0 +1,14 @@
+<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/wsrf/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>
+ <!-- yourRequest -->
+ </Body>
+
+</Envelope>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]