
Before to read this README, read the root Petstore README file and apply this prerequired

To use WebServices, you have two possibilities :

1) You are in the default configuration (localhost and http port 9000), you can use the 
	default wsdl file and the default proxy client. 
	In this case you only have to do :
		src/webservices/ant core (in the src/webservices directory)

		
2) You want generate dynamically wsdl and java proxy client :
	- you have to set to the right values, properties server.name and j2ee.server.port 
		in build.properties
	- execute ant core (in the src/webservices directory)
	- deploy applications and start JOnAS
	- execute ant deploy-webservice (in the src/webservices directory)
	- execute ant compile-client	(in the src/webservices directory)
	- execute ant core              (in the src/webservices directory)
	- stop JOnAS, deploy applications and re-start JOnAS 	

Be careful, you can't deploy at the same time petstore ear and petstore ear for webservices.
