'


Thursday, April 7, 2005



Here is a quick and easy step guide for creating a Web Service (WS) stub and a WS ties on Tomcat (J2EE web container) without reading lots of documentation.

We use standard JAX-PRC API with Java Web Service Development Pack (JWSDP) to deploy the WS WAR file directly on Tomcat web container, (compare with Apache Axis where you had to deploy your web service inside the Axis instead of deploying it directly into Tomcat web container).

Read the whole article ​​here​​ (pdf)