Re: Code Generation Problem ( Order of constructor parameters)

2008-07-31 Thread Samisa Abeysinghe
This could be a bug. Could you please provide the WSDL you are using. Thanks, Samisa... Shripad Gokhale wrote: In a certain situation, the code generated by AXIS 1.4 is giving compilation errors. After investigation, I found that in some classes, the super class’s constructors were called

Code Generation Problem ( Order of constructor parameters)

2008-07-30 Thread Shripad Gokhale
In a certain situation, the code generated by AXIS 1.4 is giving compilation errors. After investigation, I found that in some classes, the super class's constructors were called with wrong order of input parameters. For example, a class CustomerListEntity which extends ListMessageEntity calls s