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 pr...@apache.org on 2005/10/03 12:37:38 UTC

svn commit: r293294 - /webservices/axis/trunk/c/tests/auto_build/testcases/output/NamespaceTest1ServerResponse.expected

Author: prestonf
Date: Mon Oct  3 03:37:33 2005
New Revision: 293294

URL: http://svn.apache.org/viewcvs?rev=293294&view=rev
Log:
Part of the test for AXISCPP-843

Added:
    webservices/axis/trunk/c/tests/auto_build/testcases/output/NamespaceTest1ServerResponse.expected

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/NamespaceTest1ServerResponse.expected
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/NamespaceTest1ServerResponse.expected?rev=293294&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/NamespaceTest1ServerResponse.expected (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/NamespaceTest1ServerResponse.expected Mon Oct  3 03:37:33 2005
@@ -0,0 +1,19 @@
+HTTP/1.1 200 OK
+Server: WebSphere Application Server/5.1
+Content-Type: text/xml; charset=utf-8
+Content-Language: en-GB
+Transfer-Encoding: chunked
+
+###
+<?xml version="1.0" encoding="utf-8"?>
+<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/"
+                  xmlns:soapenc="http://schemas.xmlsoap.org/soap/encoding/"
+                      xmlns:xsd="http://www.w3.org/2001/XMLSchema"
+                      xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
+<soapenv:Header/>
+<soapenv:Body>
+<NamespaceTest1Response>
+</NamespaceTest1Response>
+</soapenv:Body>
+</soapenv:Envelope>
+0