WebService Client in JAX-WS (Java 6 and above)
Given a WSDL URL, you may generate the Java client classes using the JDK provided tool wsimport. The basic usage:
$ wsimport <wsdl_url>
The common command-line parameters supported by this tool:
| -p | specifies the target package |
| -d | folder where generated class files are placed |