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/11/18 07:03:21 UTC

svn commit: r345459 - in /webservices/axis/trunk/c/tests/auto_build/testcases/tests: ComplexTypeAllComplexChild.xml ComplexTypeOptionalAll.xml

Author: cmanohar
Date: Thu Nov 17 22:03:09 2005
New Revision: 345459

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

Added:
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAllComplexChild.xml
    webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeOptionalAll.xml

Added: webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAllComplexChild.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAllComplexChild.xml?rev=345459&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAllComplexChild.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeAllComplexChild.xml Thu Nov 17 22:03:09 2005
@@ -0,0 +1,16 @@
+<test>
+    <name>ComplexTypeAllComplexChild</name>
+    <description>ComplexTypeAllComplexChild</description>
+    <clientLang>cpp</clientLang>
+    <clientCode>ComplexTypeAllComplexChildsClient.cpp</clientCode>
+    <wsdl>ComplexTypeAllComplexChild.wsdl</wsdl>
+    <expected>
+        <output>
+            ComplexTypeAllComplexChild.cpp.out
+        </output>
+		<request>
+			ComplexTypeAllComplexChild.request
+		</request>
+    </expected>
+	<endpoint>-e http://localhost:80/axis/ComplexTypeAllComplexChild</endpoint>
+</test>

Added: webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeOptionalAll.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeOptionalAll.xml?rev=345459&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeOptionalAll.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexTypeOptionalAll.xml Thu Nov 17 22:03:09 2005
@@ -0,0 +1,16 @@
+<test>
+    <name>ComplexTypeOptionalAll</name>
+    <description>ComplexTypeOptionalAll</description>
+    <clientLang>cpp</clientLang>
+    <clientCode>ComplexTypeOptionalAllsClient.cpp</clientCode>
+    <wsdl>ComplexTypeOptionalAll.wsdl</wsdl>
+    <expected>
+        <output>
+            ComplexTypeOptionalAll.cpp.out
+        </output>
+		<request>
+			ComplexTypeOptionalAll.request
+		</request>
+    </expected>
+	<endpoint>-e http://localhost:80/axis/ComplexTypeOptionalAll</endpoint>
+</test>