
This example project is composed like so:

client -> src
       -> generated
       -> classes
      
server -> src
       -> generated
       -> classes
       
The src directory contains invariant code.  The generated directory contains
code that is generated by the JAX-WS tools.  Both sets of code are compiled 
into the classes directory.

Note that the build.properties file contains the values for:

(1) wsdl.url -- the URI for the WSDL contract
(2) publish.url -- the URL where the server publishes the service

These can changed as desired.  It is highly instructive to view the wsdl.url
in a browser while working with the example.
       
