This example shows how to create a web service client using JAX-WS reference implementation and its tool 'wsimport'.
JAX-WS RI can be downloaded from Sun (http://java.sun.com).
To create the web service client we need an existing web service, so we will use the one created in the example 'Create a simple Web Service':
Click here to go to the 'Create a simple Web Service' example
So we assume the...