Author: prestonf
Date: Mon Oct  3 02:57:10 2005
New Revision: 293287

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

Added:
    
webservices/axis/trunk/c/tests/auto_build/testcases/output/NamespaceTest1.cpp.out
    
webservices/axis/trunk/c/tests/auto_build/testcases/output/NamespaceTest1Request.expected

Added: 
webservices/axis/trunk/c/tests/auto_build/testcases/output/NamespaceTest1.cpp.out
URL: 
http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/NamespaceTest1.cpp.out?rev=293287&view=auto
==============================================================================
--- 
webservices/axis/trunk/c/tests/auto_build/testcases/output/NamespaceTest1.cpp.out
 (added)
+++ 
webservices/axis/trunk/c/tests/auto_build/testcases/output/NamespaceTest1.cpp.out
 Mon Oct  3 02:57:10 2005
@@ -0,0 +1,2 @@
+Test completed without fault

+---------------------- TEST COMPLETE -----------------------------


Added: 
webservices/axis/trunk/c/tests/auto_build/testcases/output/NamespaceTest1Request.expected
URL: 
http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/NamespaceTest1Request.expected?rev=293287&view=auto
==============================================================================
--- 
webservices/axis/trunk/c/tests/auto_build/testcases/output/NamespaceTest1Request.expected
 (added)
+++ 
webservices/axis/trunk/c/tests/auto_build/testcases/output/NamespaceTest1Request.expected
 Mon Oct  3 02:57:10 2005
@@ -0,0 +1,18 @@
+POST /AxisBench/services/AxisBenchSoapImpl HTTP/1.1 Host: localhost:9090 
Content-Type: text/xml; charset=UTF-8 SOAPAction: "" Content-Length: 669  

+<?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:anElement xmlns:ns1="SimpleNonBaseType">

+<Element><ns2:Time xsi:nil="true"></ns2:Time><ns2:Boolean>false</ns2:Boolean>

+<ns2:Byte>0</ns2:Byte>

+<ns2:Calendar xsi:nil="true"></ns2:Calendar>

+<ns2:Double>0.000000</ns2:Double>

+<ns2:Float>0.000000</ns2:Float>

+<ns2:Int>0</ns2:Int>

+<ns2:Long>0</ns2:Long>

+<ns2:Short>0</ns2:Short>

+<ns2:String xsi:nil="true"></ns2:String>

+</Element>

+</ns1:anElement>

+</SOAP-ENV:Body>

+</SOAP-ENV:Envelope>



Reply via email to