Is there only Apache Axis wsdl2Java or there is any other library?
I have开发者_开发问答 used Axis wsdl2Java, I am wondering is there any other way to create web service client?
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.
I learned to work with WS Import last year. Unfortunately I've forgotten how it works, but it was pretty easy.
精彩评论