I have used Axis wsdl2Java, I am wondering is there any other way to create web service client?
A:
I learned to work with WS Import last year. Unfortunately I've forgotten how it works, but it was pretty easy.
Bart van Heukelom
2009-11-27 15:41:44
+3
A:
JAX-WS (the standard Java SOAP API) is included since Java 6 and provide enough functionality for most web service clients without having to add any 3rd party libraries.
jarnbjo
2009-11-27 15:52:49