Hi everyone,
I am a webservices developer (just for a few months). I am using
wsdl2java ant alot to build the stub, binding and stuff. Everything works
fine (thanks for your effort). I went into some problem yesterday.
I now have around 121 operations in my wsdl file, when I add one more
operation and try to compile it. The BindingSkeleton.java generated by
wsdl2java throw me an error
12: code too large
[javac] private static java.util.Map _myOperations = new
java.util.Hashtable();
It looks like there are too many operations and the Hashtable cannot hold
it. Can anyone give me some suggestion what I should do. I know many of
you are very good designer and think I should refactor out some methods. In
this case, I don;t think I have the options.
thanks alot, appreciated
Merry X'mas
mantat