Deploying JAX-WS Web Services on Java SE is easy. Annotating class with @WebService and using Endpoint.publish() with Java internal HTTP server is usually enough. What’s required for Tomcat deployment? Reference
Deploying JAX-WS Services on Java 7 and Tomcat 7
5