I have tested WSDL2Java with our WSDL using Axis 1.2 without any problems. When I upgrade to Axis 1.4 (drop in new jars), the same command generates code with compile errors. There are three basic compilation problems: (1) in some constructors of simple types there is call to super(foo,bar) that doesn't exist (2) the "throws" clauses declaration contains an array and (3) the class in the "throws" clause does not extend java.lang.Exception.

I was having a play with Lisa test tool from http://www.itko.com/ which uses Axis 1.4 so I can't upgrade to Axis 2 yet.


Any ideas?

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to