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 pr...@apache.org on 2005/10/13 15:20:38 UTC

svn commit: r320758 - /webservices/axis/trunk/c/tests/auto_build/testcases/output/SameComplexTypeAndElementName_Request.expected

Author: prestonf
Date: Thu Oct 13 06:20:35 2005
New Revision: 320758

URL: http://svn.apache.org/viewcvs?rev=320758&view=rev
Log:
Part of the fix for AXISCPP-849 and AXIS-850

Modified:
    webservices/axis/trunk/c/tests/auto_build/testcases/output/SameComplexTypeAndElementName_Request.expected

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/output/SameComplexTypeAndElementName_Request.expected
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/c/tests/auto_build/testcases/output/SameComplexTypeAndElementName_Request.expected?rev=320758&r1=320757&r2=320758&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/SameComplexTypeAndElementName_Request.expected (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/SameComplexTypeAndElementName_Request.expected Thu Oct 13 06:20:35 2005
@@ -2,13 +2,13 @@
 Host: 127.0.0.1:13260
 Content-Type: text/xml; charset=UTF-8
 SOAPAction: ""
-Content-Length: 466
+Content-Length: 468
 
 <?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:anElementBase xmlns:ns1="SameComplexTypeAndElementName">
-<Element><ns2:SampleBeanBoolean xmlns:ns2="SameComplexTypeAsElement">false</ns2:SampleBeanBoolean>
+<Element><ns2:SampleBeanBoolean_ xmlns:ns2="SameComplexTypeAsElement">false</ns2:SampleBeanBoolean_>
 </Element>
 </ns1:anElementBase>
 </SOAP-ENV:Body>