WebService deployment

Hi,

I'm new to WebService development and I have some questions related to the deployment.

1) My webservice Java class is ready. How can I create the different deployment descriptors needed to deploy my webservice to a webserver.

2) Are there tools to generate all these?

Thanx,

Piet

[321 byte] By [pboeykensa] at [2007-10-2 5:33:22]
# 1

You don't say what platform you are using but say on Axis you would first copy your file into your Axis web app directory and then rename your .java file to a .jws file. You can then access the web service in a browser at http://localhost:8080/axis/mywebservice.jws assuming you are running on port 8080.

swatdbaa at 2007-7-16 1:44:10 > top of Java-index,Enterprise & Remote Computing,Enterprise Technologies...