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 2008/07/16 04:53:37 UTC

svn commit: r677140 - /webservices/axis/trunk/c/tests/auto_build/testcases/output/CombinedAll_ServerResponse.expected

Author: nadiramra
Date: Tue Jul 15 19:53:37 2008
New Revision: 677140

URL: http://svn.apache.org/viewvc?rev=677140&view=rev
Log:
WSDL for test case is not valid.  An 'all' group must appear as the sole child at the top of a content model. Thus in a complex type you cannot have combination of sequence elements and all group.

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

Modified: webservices/axis/trunk/c/tests/auto_build/testcases/output/CombinedAll_ServerResponse.expected
URL: http://svn.apache.org/viewvc/webservices/axis/trunk/c/tests/auto_build/testcases/output/CombinedAll_ServerResponse.expected?rev=677140&r1=677139&r2=677140&view=diff
==============================================================================
--- webservices/axis/trunk/c/tests/auto_build/testcases/output/CombinedAll_ServerResponse.expected (original)
+++ webservices/axis/trunk/c/tests/auto_build/testcases/output/CombinedAll_ServerResponse.expected Tue Jul 15 19:53:37 2008
@@ -11,8 +11,8 @@
 <ns1:echoAllResponse xmlns:ns1="http://soapinterop.org/">
 <ns1:NonAllIntValue xmlns:ns2="http://soapinterop.org/xsd">3</ns1:NonAllIntValue>
 <return>
-<ns3:Value0 xmlns:ns3="http://soapinterop.org/xsd">5</ns3:Value0>
 <ns4:Value2 xmlns:ns4="http://soapinterop.org/xsd">TINTIN</ns4:Value2>
+<ns3:Value0 xmlns:ns3="http://soapinterop.org/xsd">5</ns3:Value0>
 </return>
 <ns1:NonAllStringValue xmlns:ns5="http://soapinterop.org/xsd">HELLO</ns1:NonAllStringValue>
 </ns1:echoAllResponse>