Hello, Thanks everyone. I did not use IBM websphere, but it seem they encountered the same problems before and able to solve it. Are they using the same wsdl2java, that I don;t know. For more information, http://www-1.ibm.com/support/docview.wss?rs=0&uid=swg24013535
thanks alot Mantat On Dec 20, 2007 9:12 AM, WJ Krpelan <[EMAIL PROTECTED]> wrote: > Hi, > once upon a time there had been a size limit for > classes of 64K > Just wildly guessing. > Cheers, > > --- Hemant Borole <[EMAIL PROTECTED]> wrote: > > > Sorry, The binding we are using is rpc. > > > > On Dec 20, 2007 8:16 AM, Hemant Borole > > <[EMAIL PROTECTED]> wrote: > > > > > Hi Amila, > > > This is the same issue that I have reported about > > limitation on the number > > > of operations in the WSDL. > > > I am not using the -u option, will give it a try. > > > I am using axis 1.4 > > > I am using document encoded. > > > Unfortunately due to privacy concerns I am not > > able to share the WSDL. > > > > > > > > > P.S. The issue reported by Man Tat and me are the > > same. Basically we are > > > talking about the same WSDL file. > > > > > > > > > > > > On Dec 20, 2007 5:13 AM, Amila Suriarachchi > > <[EMAIL PROTECTED]> > > > wrote: > > > > > > > what are the options you use to generate the > > code? > > > > do you use the -u option. is it possible you to > > send the wsdl? > > > > > > > > thanks, > > > > Amila. > > > > > > > > > > > > On Dec 20, 2007 1:33 AM, Man Tat Lam < > > [EMAIL PROTECTED]> wrote: > > > > > > > > > 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 > > > > > > > > > > > > > > > > > > > > > -- > > > > Amila Suriarachchi, > > > > WSO2 Inc. > > > > > > > > > > > > > > > -- > > > Thanks and Regards > > > Hemant > > > > > > > > > > -- > > Thanks and Regards > > Hemant > > > > > > > > ____________________________________________________________________________________ > Looking for last minute shopping deals? > Find them fast with Yahoo! Search. > http://tools.search.yahoo.com/newsearch/category.php?category=shopping > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >
