You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by cm...@apache.org on 2005/10/11 09:36:02 UTC

svn commit: r312826 - /webservices/axis/trunk/c/tests/auto_build/testcases/output/XSDAny.request

Author: cmanohar
Date: Tue Oct 11 00:35:57 2005
New Revision: 312826

URL: http://svn.apache.org/viewcvs?rev=312826&view=rev
Log: (empty)

Added:
    webservices/axis/trunk/c/tests/auto_build/testcases/output/XSDAny.request

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/XSDAny.request
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/XSDAny.request?rev=312826&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/XSDAny.request (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/XSDAny.request Tue Oct 11 00:35:57 2005
@@ -0,0 +1,15 @@
+POST /AnyExample/services/OrderManager HTTP/1.1
+Host: 127.0.0.1:13260
+Content-Type: text/xml; charset=UTF-8
+SOAPAction: ""
+Content-Length: 397
+
+<?xml version='1.0' encoding='utf-8' ?>
+<SOAP-ENV:Envelope xmlns:SOAP-ENV="http://schemas.xmlsoap.org/soap/envelope/" xmlns:xsd="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<SOAP-ENV:Body>
+<ns1:getOrder xmlns:ns1="http://any.webservices.ibm.com">
+<ns1:searchCriteria>whatever</ns1:searchCriteria>
+</ns1:getOrder>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
+