I am porting an application from jdk 1.4.2 to jdk 1.5, and have had to upgrade Axis to the latest version as well (as the version we were using resulting in the use of "enum" which is a keyword since 1.5). So, I upgraded Axis and re-generated the source using the exact same WSDL (and *.wsdd file). However, I noticed that the generated code is slightly different. In our case, an "unbounded" type definition in the WSDL results in an Array private member as opposed to a literal earlier. I made the necessary changes in our code and am finally running into this "Bad Types" RuntimeException that points to 2 classes where one is actually a derivative of the other. Quite lost, here.. Any thoughts? -- View this message in context: http://www.nabble.com/org.xml.sax.SAXException%3A-Bad-types-Exception-tp21147439p21147439.html Sent from the Axis - User mailing list archive at Nabble.com.
