Running a Web Service Client

To run a client for either of the examples provided in this tutorial, enter one of the following Ant commands in the top-level directory of the respective example, (either wsit-enabled-fromjava or wsit-enabled-fromwsdl) depending on which web container you are using:

For GlassFish: ant run

For the Apache Tomcat: ant -Duse.tomcat=true run

This command executes the run target, which simply runs Java with the name of the client's class, for example, fromwsdl.client.AddNumbersClient.