Dims, Do you remember the reason(s) for the following change?
http://svn.apache.org/viewcvs.cgi/webservices/axis/trunk/java/src/org/apache /axis/wsdl/toJava/JavaBeanWriter.java?rev=355938&r1=291923&r2=355938&diff_fo rmat=h This changes makes it inconsistent with the process() function where elements are processed first and the attributes second. And that in some cases leads to generated beans that are not right. I committed a test case for this issue (test/wsdl/ordering). Jarek
