Search code examples
java-5webservices-client

create Web Service client using JDK1.5


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)

Solution

  • I'd use JAX-WS.

    See: http://codeproject.com/KB/java/edujini_webservice_java.aspx