Author: scamp
Date: Mon Feb  7 12:47:05 2005
New Revision: 151751

URL: http://svn.apache.org/viewcvs?view=rev&rev=151751
Log:
added a bad request file

Added:
    
incubator/hermes/trunk/src/site/content/tutorial/requests/BadGetCurrentMessage.soap

Added: 
incubator/hermes/trunk/src/site/content/tutorial/requests/BadGetCurrentMessage.soap
URL: 
http://svn.apache.org/viewcvs/incubator/hermes/trunk/src/site/content/tutorial/requests/BadGetCurrentMessage.soap?view=auto&rev=151751
==============================================================================
--- 
incubator/hermes/trunk/src/site/content/tutorial/requests/BadGetCurrentMessage.soap
 (added)
+++ 
incubator/hermes/trunk/src/site/content/tutorial/requests/BadGetCurrentMessage.soap
 Mon Feb  7 12:47:05 2005
@@ -0,0 +1,17 @@
+<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";>
+
+   <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:foo</wsnt:Topic>
+      </wsnt:GetCurrentMessage>
+   </Body>
+
+</Envelope>



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

Reply via email to