You are viewing a plain text version of this content. The canonical link for it is here.
Posted to rampart-dev@ws.apache.org by na...@apache.org on 2008/06/26 07:43:22 UTC

svn commit: r671778 - /webservices/rampart/site/java/samples/msgs/res01.xml

Author: nandana
Date: Wed Jun 25 22:43:21 2008
New Revision: 671778

URL: http://svn.apache.org/viewvc?rev=671778&view=rev
Log:
Giving Rampart site a new look :)

Added:
    webservices/rampart/site/java/samples/msgs/res01.xml

Added: webservices/rampart/site/java/samples/msgs/res01.xml
URL: http://svn.apache.org/viewvc/webservices/rampart/site/java/samples/msgs/res01.xml?rev=671778&view=auto
==============================================================================
--- webservices/rampart/site/java/samples/msgs/res01.xml (added)
+++ webservices/rampart/site/java/samples/msgs/res01.xml Wed Jun 25 22:43:21 2008
@@ -0,0 +1,11 @@
+<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/">
+      <soapenv:Header xmlns:wsa="http://www.w3.org/2005/08/addressing">
+         <wsa:Action>http://www.w3.org/2005/08/addressing/soap/fault</wsa:Action>
+         <wsa:RelatesTo>urn:uuid:AEDBA74A8D1FC94B631214227032877</wsa:RelatesTo>
+      </soapenv:Header>
+      <soapenv:Body>
+      <ns:echoResponse xmlns:ns="http://sample01.policy.samples.rampart.apache.org">
+         <ns:return>Hello world</ns:return>
+      </ns:echoResponse>
+      </soapenv:Body>
+   </soapenv:Envelope>