We are done with implementing our web service. As you can see, JAX-WS really makes it very easy to develop web services. Let's now inspect the WSDL of our web service. Configure Tomcat in Eclipse as described in Installing Tomcat section of Chapter 1, Introducing JEE and Eclipse and in the Configuring Tomcat in Eclipse section of Chapter 2, Creating a Simple JEE Web Application. To deploy the web application, right-click on the configured Tomcat server in Servers view and select the Add and Remove option:
Add the project and click Finish.
Start the Tomcat server by right-clicking on the configured ...