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/12/03 23:15:26 UTC

svn commit: r348109 - in /webservices/axis/trunk/c/tests/auto_build/testcases/tests: XSD_base64BinaryAttribute.xml XSD_hexBinaryAttribute.xml

Author: cmanohar
Date: Mon Nov 21 22:19:33 2005
New Revision: 348109

URL: http://svn.apache.org/viewcvs?rev=348109&view=rev
Log:
Adding for XSD_base64BinaryAttribute and XSD_hexBinaryAttribute tests

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

Added: webservices/axis/trunk/c/tests/auto_build/testcases/tests/XSD_base64BinaryAttribute.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/XSD_base64BinaryAttribute.xml?rev=348109&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/XSD_base64BinaryAttribute.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/XSD_base64BinaryAttribute.xml Mon Nov 21 22:19:33 2005
@@ -0,0 +1,17 @@
+<test>
+    <name>XSD_base64BinaryAttribute</name>
+    <description>Test serialization and deserialization of the XSD built-in simple type base64Binary Attribute</description>
+    <clientLang>cpp</clientLang>
+    <clientCode>XSD_base64BinaryAttributeClient.cpp</clientCode>
+    <wsdl>XSD_base64Binary.wsdl</wsdl>
+    <expected>
+        <output>
+            XSD_base64BinaryAttribute.expected
+        </output>
+		<serverResponse>
+			XSD_base64Binary_ServerAttributeResponse.expected
+	    </serverResponse>
+    </expected>
+	<endpoint>http://localhost:80/axis/XSD_base64Binary</endpoint>
+</test>
+

Added: webservices/axis/trunk/c/tests/auto_build/testcases/tests/XSD_hexBinaryAttribute.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/tests/XSD_hexBinaryAttribute.xml?rev=348109&view=auto
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/tests/XSD_hexBinaryAttribute.xml (added)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/tests/XSD_hexBinaryAttribute.xml Mon Nov 21 22:19:33 2005
@@ -0,0 +1,17 @@
+<test>
+    <name>XSD_hexBinaryAttribute</name>
+    <description>Test serialization and deserialization of the XSD built-in simple type hexBinary</description>
+    <clientLang>cpp</clientLang>
+    <clientCode>XSD_hexBinaryAttributeClient.cpp</clientCode>
+    <wsdl>XSD_hexBinary.wsdl</wsdl>
+    <expected>
+        <output>
+            XSD_hexBinaryAttribute.expected
+        </output>
+		<serverResponse>
+			XSD_hexBinaryAttribute_ServerResponse.expected
+	    </serverResponse>
+    </expected>
+	<endpoint>http://localhost:80/axis/XSD_hexBinary</endpoint>
+</test>
+