views:

37

answers:

2

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
+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