Spring HTTP demo
================
This example leads you through creating your first service with Spring. 
You'll learn how to:

    * Write a simple JAX-WS "code-first" service
    * Set up the HTTP servlet transport
    * Use $SUBSTITUTE_NAME$'s Spring beans


Prerequisite
------------

$SUBSTITUTE_PREREQ$



Building and running the demo using ant
---------------------------------------

From the samples/hello_world directory, use the following commands to build and 
run the demo on either UNIX or Windows:

  ant build
  ant server
  ant client
    

To remove the code generated from the WSDL file and the .class files, run:

  ant clean
