Webservices & Tomcat

Hi,I'm using Tomcat5, and I'm newbie in Web Service.Can you tell me how to create a web service with Java & Tomcat?Thanks much,Hung.
[173 byte] By [ngolehung84a] at [2007-10-2 16:50:08]
# 1
Hi Hung,You can download & install both the Tomcat5.x and JWSDP2.0, make tomcat as your web container. Then try the sample codes in JWSDP package especially JAX-WS.CheersRajesh R
rajesh_cona at 2007-7-13 18:01:41 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 2
Another option is to use Apache Axis instead of JWSDP. Axis also has some sample code and (brief) startup tutorials online.
MrButtheada at 2007-7-13 18:01:41 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...
# 3

To get complete picture:

Axis is available here: http://ws.apache.org/axis/

JWSDP is available here: http://java.sun.com/webservices/downloads/webservicespack.html

Together with JWSDP you may wish to try JWSDP tutorial. It contans an excellent overview of

web services related technologies. The only problem with the tutorial is a bug number of typo :)

Best regards.

Avm.

Avma at 2007-7-13 18:01:41 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...