Author: scamp Date: Wed Jan 26 10:07:41 2005 New Revision: 126520 URL: http://svn.apache.org/viewcvs?view=rev&rev=126520 Log: added for testing subscriptions and prop change Added: incubator/hermes/trunk/src/site/content/tutorial/requests/ incubator/hermes/trunk/src/site/content/tutorial/requests/GetCurrentMessage.soap incubator/hermes/trunk/src/site/content/tutorial/requests/Pause_Subscription.soap incubator/hermes/trunk/src/site/content/tutorial/requests/Resume_Subscription.soap incubator/hermes/trunk/src/site/content/tutorial/requests/SetResourceProperties_updateMountPointProp.soap incubator/hermes/trunk/src/site/content/tutorial/requests/Subscribe_updateMountPointProp.soap incubator/hermes/trunk/src/site/content/tutorial/requests/_TEMPLATE.soap
Added: incubator/hermes/trunk/src/site/content/tutorial/requests/GetCurrentMessage.soap Url: http://svn.apache.org/viewcvs/incubator/hermes/trunk/src/site/content/tutorial/requests/GetCurrentMessage.soap?view=auto&rev=126520 ============================================================================== --- (empty file) +++ incubator/hermes/trunk/src/site/content/tutorial/requests/GetCurrentMessage.soap Wed Jan 26 10:07:41 2005 @@ -0,0 +1,17 @@ +<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" + xmlns:fs="http://ws.apache.org/resource/example/filesystem" + wsnt="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd"> + + <Header xmlns:wsa="http://schemas.xmlsoap.org/ws/2004/03/addressing"> + <wsa:To mustUnderstand="1">http://localhost:8080/hermes/services/filesystem</wsa:To> + <wsa:Action mustUnderstand="1">http://ws.apache.org/resource/example/filesystem/FileSystemPortType/yourWsdlRequestName</wsa:Action> + <fs:ResourceID mustUnderstand="1">/dev/vg00/lvol1</fs:ResourceID> + </Header> + + <Body> + <wsnt:GetCurrentMessage> + <wsnt:Topic Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">fs:MountPointDirectory</wsnt:Topic> + </wsnt:GetCurrentMessage> + </Body> + +</Envelope> Added: incubator/hermes/trunk/src/site/content/tutorial/requests/Pause_Subscription.soap Url: http://svn.apache.org/viewcvs/incubator/hermes/trunk/src/site/content/tutorial/requests/Pause_Subscription.soap?view=auto&rev=126520 ============================================================================== --- (empty file) +++ incubator/hermes/trunk/src/site/content/tutorial/requests/Pause_Subscription.soap Wed Jan 26 10:07:41 2005 @@ -0,0 +1,15 @@ +<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" + wsnt="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" + 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/hermes/services/filesystem</wsa:To> + <wsa:Action mustUnderstand="1">http://ws.apache.org/resource/example/filesystem/FileSystemPortType/yourWsdlRequestName</wsa:Action> + <fs:ResourceID mustUnderstand="1">/dev/vg00/lvol1</fs:ResourceID> + </Header> + + <Body> + <wsnt:PauseSubscription /> + </Body> + +</Envelope> Added: incubator/hermes/trunk/src/site/content/tutorial/requests/Resume_Subscription.soap Url: http://svn.apache.org/viewcvs/incubator/hermes/trunk/src/site/content/tutorial/requests/Resume_Subscription.soap?view=auto&rev=126520 ============================================================================== --- (empty file) +++ incubator/hermes/trunk/src/site/content/tutorial/requests/Resume_Subscription.soap Wed Jan 26 10:07:41 2005 @@ -0,0 +1,15 @@ +<Envelope xmlns="http://schemas.xmlsoap.org/soap/envelope/" + wsnt="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" + 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/hermes/services/filesystem</wsa:To> + <wsa:Action mustUnderstand="1">http://ws.apache.org/resource/example/filesystem/FileSystemPortType/yourWsdlRequestName</wsa:Action> + <fs:ResourceID mustUnderstand="1">/dev/vg00/lvol1</fs:ResourceID> + </Header> + + <Body> + <wsnt:ResumeSubscription /> + </Body> + +</Envelope> Added: incubator/hermes/trunk/src/site/content/tutorial/requests/SetResourceProperties_updateMountPointProp.soap Url: http://svn.apache.org/viewcvs/incubator/hermes/trunk/src/site/content/tutorial/requests/SetResourceProperties_updateMountPointProp.soap?view=auto&rev=126520 ============================================================================== --- (empty file) +++ incubator/hermes/trunk/src/site/content/tutorial/requests/SetResourceProperties_updateMountPointProp.soap Wed Jan 26 10:07:41 2005 @@ -0,0 +1,18 @@ +<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/hermes/services/filesystem</wsa:To> + <wsa:Action mustUnderstand="1">http://ws.apache.org/resource/example/filesystem/FileSystemPortType/yourWsdlRequestName</wsa:Action> + <fs:ResourceID mustUnderstand="1">/dev/vg00/lvol1</fs:ResourceID> + </Header> + + <Body> + <wsrp:SetResourceProperties xmlns:wsrp="http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ResourceProperties-1.2-draft-01.xsd"> + <wsrp:Update> + <fs:MountPointDirectory>/var/tmp/hermes</fs:MountPointDirectory> + </wsrp:Update> + </wsrp:SetResourceProperties> + </Body> + +</Envelope> Added: incubator/hermes/trunk/src/site/content/tutorial/requests/Subscribe_updateMountPointProp.soap Url: http://svn.apache.org/viewcvs/incubator/hermes/trunk/src/site/content/tutorial/requests/Subscribe_updateMountPointProp.soap?view=auto&rev=126520 ============================================================================== --- (empty file) +++ incubator/hermes/trunk/src/site/content/tutorial/requests/Subscribe_updateMountPointProp.soap Wed Jan 26 10:07:41 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/2004/03/addressing" + xmlns:wsnt="http://docs.oasis-open.org/wsn/2004/06/wsn-WS-BaseNotification-1.2-draft-01.xsd" + > + + <Header> + <wsa:To mustUnderstand="1">http://localhost:8080/hermes/services/filesystem</wsa:To> + <wsa:Action mustUnderstand="1">http://ws.apache.org/resource/example/filesystem/FileSystemPortType/yourWsdlRequestName</wsa:Action> + <fs:ResourceID mustUnderstand="1">/dev/vg00/lvol1</fs:ResourceID> + </Header> + + <Body> + <wsnt:Subscribe> + + <wsnt:ConsumerReference> + <!-- make this filesystem for now... --> + <wsa:Address>http://localhost:8080/hermes/services/filesystem</wsa:Address> + <wsa:ReferenceProperties/> + </wsnt:ConsumerReference> + + <wsnt:TopicExpression Dialect="http://docs.oasis-open.org/wsn/2004/06/TopicExpression/Simple">fs:MountPointDirectory</wsnt:TopicExpression> + + <wsnt:UseNotify>true</wsnt:UseNotify> + + </wsnt:Subscribe> + </Body> + +</Envelope> Added: incubator/hermes/trunk/src/site/content/tutorial/requests/_TEMPLATE.soap Url: http://svn.apache.org/viewcvs/incubator/hermes/trunk/src/site/content/tutorial/requests/_TEMPLATE.soap?view=auto&rev=126520 ============================================================================== --- (empty file) +++ incubator/hermes/trunk/src/site/content/tutorial/requests/_TEMPLATE.soap Wed Jan 26 10:07:41 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:ResourceID mustUnderstand="1">/dev/vg00/lvol1</fs:ResourceID> + </Header> + + <Body> + <!-- yourRequest --> + </Body> + +</Envelope> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
