This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
hi.. all, I have created a webservice which is running smoothly. But duirng the compilation of tha java file which are generated by WSDL2Java, are given deprecated warning can any body suggest me to resolve it.
here ant code is give to generate java file from wsdl
I using given java version java version "1.5.0_01" Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_01-b08) Java HotSpot(TM) Client VM (build 1.5.0_01-b08, mixed mode, sharing)
Deprecation warnings are just that - warnings, not errors. The code will almost certainly run just fine. But you left out the all-important information which warning was generated.
Hi. I know that code will run successfully. but my client is asking there should not be any warining. Thanks
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35447
9
posted
0
Maybe you can find an older version of the XMLBeans library where that method is not deprecated? I think it's silly to want no warnings, especially when dealing with open source libraries that get released often and deprecate methods frequently.