You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by cm...@apache.org on 2005/10/28 07:10:22 UTC

svn commit: r329106 - in /webservices/axis/trunk/c/tests/auto_build/testcases/output: ComplexTypeAll1.cpp.out ComplexTypeAll1.request ComplexTypeAll2.cpp.out ComplexTypeAll2.request ComplexTypeChoice1.cpp.out ComplexTypeChoice1.request

Author: cmanohar
Date: Thu Oct 27 22:10:14 2005
New Revision: 329106

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

Added:
    webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll1.cpp.out
    webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll1.request
    webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll2.cpp.out
    webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll2.request
    webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoice1.cpp.out
    webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoice1.request

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll1.cpp.out
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll1.cpp.out?rev=329106&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll1.cpp.out (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll1.cpp.out Thu Oct 27 22:10:14 2005
@@ -0,0 +1,2 @@
+Result= 1
+---------------------- TEST COMPLETE -----------------------------

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll1.request
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll1.request?rev=329106&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll1.request (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll1.request Thu Oct 27 22:10:14 2005
@@ -0,0 +1,18 @@
+POST /ComplexTypeAll1/services/Service HTTP/1.1
+Host: 127.0.0.1:13260
+Content-Type: text/xml; charset=UTF-8
+SOAPAction: "http://complextype.test.apache.org"
+Content-Length: 486
+
+<?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:myOperation xmlns:ns1="http://complextype.test.apache.org">
+<ns1:aType><ns1:field1>12345</ns1:field1>
+<ns1:field2>I&apos;m still here!</ns1:field2>
+<ns1:field3>65</ns1:field3>
+</ns1:aType>
+</ns1:myOperation>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
+

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll2.cpp.out
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll2.cpp.out?rev=329106&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll2.cpp.out (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll2.cpp.out Thu Oct 27 22:10:14 2005
@@ -0,0 +1,4 @@
+Result field1 is = Hello World!
+Result field2 is = I'm still here!
+Result field3 is = Now I go!
+---------------------- TEST COMPLETE -----------------------------
\ No newline at end of file

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll2.request
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll2.request?rev=329106&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll2.request (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeAll2.request Thu Oct 27 22:10:14 2005
@@ -0,0 +1,18 @@
+POST /ComplexTypeAll2/services/Service HTTP/1.1
+Host: 127.0.0.1:13260
+Content-Type: text/xml; charset=UTF-8
+SOAPAction: "http://complextype.test.apache.org"
+Content-Length: 500
+
+<?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:myOperation xmlns:ns1="http://complextype.test.apache.org">
+<ns1:aType><ns1:field1>Hello World!</ns1:field1>
+<ns1:field2>I&apos;m still here!</ns1:field2>
+<ns1:field3>Now I go!</ns1:field3>
+</ns1:aType>
+</ns1:myOperation>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
+

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoice1.cpp.out
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoice1.cpp.out?rev=329106&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoice1.cpp.out (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoice1.cpp.out Thu Oct 27 22:10:14 2005
@@ -0,0 +1,2 @@
+Result is = 12345
+---------------------- TEST COMPLETE -----------------------------
\ No newline at end of file

Added: webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoice1.request
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoice1.request?rev=329106&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoice1.request (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoice1.request Thu Oct 27 22:10:14 2005
@@ -0,0 +1,16 @@
+POST /ComplexTypeChoice1/services/Service HTTP/1.1
+Host: 127.0.0.1:13260
+Content-Type: text/xml; charset=UTF-8
+SOAPAction: "http://complextype.test.apache.org"
+Content-Length: 412
+
+<?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:myOperation xmlns:ns1="http://complextype.test.apache.org">
+<ns1:aType><ns1:field1>12345</ns1:field1>
+</ns1:aType>
+</ns1:myOperation>
+</SOAP-ENV:Body>
+</SOAP-ENV:Envelope>
+