Deploying service automatically

2001-10-01 Thread Stefan Henke
Title: Websphere 4.0 Hi, I´m new to SOAP and have one question. I use Tomcat and Apache SOAP 2.2 to communicate between client and server. If I want to deploy a new service, I have to go to the soap admin section and fill out the form. Is there a way to do this automatically by using the

Re: Deploying service automatically

2001-10-01 Thread Victor Hadianto
AFAIK, you can programatically generated DeploymentDescriptor.ds file and then you have to repackage soap.war file to include the new DeploymentDescriptor.ds file. Unfortunately this means that you can't do it on the fly, meaning you have to shutdown your servlet container. However if