문제

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)
도움이 되었습니까?
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top