Hi folks,
I need to create a web service client using JDK1.5 ... Is it possible ?
I know in JDK1.6 there are a wsimport
utility that generates the artifacts for the service, and hered that earlier versions used wsdl2java
, but cannot found in my JDK installation .
java -version
java version "1.5.0_05"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_05-b05)
Java HotSpot(TM) Client VM (build 1.5.0_05-b05, mixed mode)