Simply consuming a web service in Java

Depending on which version of JAVA you’re using, some of the JAX-WS is built into it. JDK 6 has Java’s JAX-WS standard implementation and you could just use it.

See the following:

Leave a Comment