In this lesson you will learn how to create a client for
the web service.
Web service clients are created from a WSDL document which
describes where the web service is deployed and what operations this
service provides. You can use either the static WSDL file generated
by the web service wizard, or when creating JAX-WS web services you
can use the dynamic WSDL file generated by the runtime based on information
it gathers from the annotations added to the Java classes. For this
tutorial the dynamic WSDL file will be used.