I didn't mean to break down the WSDL file. It is not written by me. My job is just to consume it. However, the generated code are too big for Java compiler to take (code is larger than spec allowed). Is there a way to break this generated code down? I know I can do that, but it would take a lot of manual work.
On Tue, Oct 21, 2008 at 8:38 PM, Eran Chinthaka <[EMAIL PROTECTED]> wrote: > I don't think there is a way in Axis2 to break down your WSDL file. > > You will have to do it manually, I guess. > > On Tue, Oct 21, 2008 at 6:47 PM, Nan Null <[EMAIL PROTECTED]> wrote: >> >> Using Wsdl2Java, I have a bunch of Java files that are too large. >> >> ExtensionMapper.java: code too large >> CoreServiceMessageReceiverInOut.java:30212: code too large for try >> statement >> CoreServiceMessageReceiverInOut.java:17: code too large >> >> The WSDL file is very big. How do I get Axis to break down the file? >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: [EMAIL PROTECTED] >> For additional commands, e-mail: [EMAIL PROTECTED] >> > > > > -- > With Mettha, > Eran Chinthaka > > -------------------------------------------------------------------- > Health is the greatest gift; contentment is the greatest wealth; trusting is > the best relationship; nirvana is the highest joy. - Dhammapada > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
