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/14 06:27:41 UTC

svn commit: r356737 - in /webservices/axis/trunk/c/tests/auto_build/testcases/output: ComplexTypeChoiceArrayChild.cpp.out ComplexTypeChoiceArrayChild.request

Author: cmanohar
Date: Tue Dec 13 21:27:31 2005
New Revision: 356737

URL: http://svn.apache.org/viewcvs?rev=356737&view=rev
Log:
Committing the modified files

Modified:
    webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceArrayChild.cpp.out
    webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceArrayChild.request

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceArrayChild.cpp.out
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceArrayChild.cpp.out?rev=356737&r1=356736&r2=356737&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceArrayChild.cpp.out (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceArrayChild.cpp.out Tue Dec 13 21:27:31 2005
@@ -1,3 +1,5 @@
 Array Size = 3
 First element in Array =5
+Second element in Array = 6
+Third element in Array = 7
 ---------------------- TEST COMPLETE -----------------------------

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceArrayChild.request
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceArrayChild.request?rev=356737&r1=356736&r2=356737&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceArrayChild.request (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/ComplexTypeChoiceArrayChild.request Tue Dec 13 21:27:31 2005
@@ -2,7 +2,7 @@
 Host: 127.0.0.1:13260
 Content-Type: text/xml; charset=UTF-8
 SOAPAction: "XSD_byte#asComplexType"
-Content-Length: 526
+Content-Length: 512
 
 <?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">
@@ -10,7 +10,7 @@
 <ns1:asComplexTypeRequest xmlns:ns1="http://xsd_byte.test.apache.org">
 <SimpleComplexType1><arrayElement><intArray>5</intArray>
 <intArray>6</intArray>
-<intArray xsi:nil="true"></intArray>
+<intArray>7</intArray>
 </arrayElement></SimpleComplexType1>
 </ns1:asComplexTypeRequest>
 </SOAP-ENV:Body>