This week's book giveaway is in the Agile and other Processes forum. We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line! See this thread for details.
I have a JAX- web service generated using JDK 6. I need to generate a client for it which could run on 1.4.2 environment. Is this possible?
I keep getting "UnsupportedClassVersionError" when I try to run wsimport on the client as shown below:
Thanks, I thought so but wanted to make sure. Unfortunately the client is for another company's
system having Java 1.4.2 , which I dont have a control on. Can you give some ideas on other ways to generate only the client, if I have the webservice
generated using JAX-WS and Java 6?
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35252
7
posted
0
The download of the SAAJ API for Java 1.4 would be one option if you feel like writing the code yourself.
Or use Axis or Axis2 for creating the code; older versions-if not the current one- should be compatible with Java 1.4.