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 na...@apache.org on 2006/05/13 01:20:35 UTC

svn commit: r405936 - /webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexListsC.xml

Author: nadiramra
Date: Fri May 12 16:20:35 2006
New Revision: 405936

URL: http://svn.apache.org/viewcvs?rev=405936&view=rev
Log:
C support fixes/enhancements. Testcases for C bindings.

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

Added: webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexListsC.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexListsC.xml?rev=405936&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexListsC.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/ComplexListsC.xml Fri May 12 16:20:35 2006
@@ -0,0 +1,16 @@
+<test>
+    <name>ComplexListsC</name>
+    <description>ComplexLists</description>
+    <clientLang>c</clientLang>
+    <clientCode>ComplexListsClient.c</clientCode>
+    <wsdl>ComplexLists.wsdl</wsdl>
+    <expected>
+        <output>
+            ComplexLists.expected
+        </output>
+		<serverResponse>
+			ComplexLists_ServerResponse.expected
+		</serverResponse>
+    </expected>
+	<endpoint>http://localhost:80/axis/ComplexLists</endpoint>
+</test>