To run the sample in standalone mode:

1. Edit ../../../bp-project/build.properties to set javaee.home to GlassFish installtion home directory

2. Start glassfish.

4. To run the sample, just do 
	ant run-sample
   you can also call seperate targets in the following sequence :
       ant server
       ant sts
       ant client
       ant run
   OR

   instead of running these 4 targets, you may run only one:
       ant run-sample

How to run against remote service & remore sts :
                                                                                                                                                          
1) Edit following properties in build.properties file :
   endpoint.host=<remote_host_IP>
   sts.host=<remote_host_IP>
   client.wsdl=http://<remote_host_IP>:8080/jaxws-op/simple?wsdl
   
How to run this in NetBeans :

1. Edit ../../../bp-project/build.properties to set javaee.home to GlassFish installtion home directory
2. Open this project(orderprocessing-xwss-trust) in NetBeans
3. Right click on this project and client "run sample" option.

We will appreaciate your Feebback and Suggestion for improvement. Write to me at shyam.rao@sun.com
