Yes, it is possible. What you have to do is to include the DeployedServices.* file in the WEB-INF directory. I say DS.* since you can either use the XML version or the default version.
This is exactly the reason the XML version of DeployedServices was added. I hate the idea that to configure a server setup I need to use a client to register services. Regards, Magnus Torfason -----Original Message----- From: C Santosh Kumar [mailto:[EMAIL PROTECTED]] Sent: 14. okt�ber 2001 03:58 To: [EMAIL PROTECTED] Subject: Apache SOAP service deployment Just like an application can be deployed by placing its war file in webapps dir of tomcat, I want to deploy a SOAP service that is in a war. But there seems to an additional step of deploying the service. (ie., registering the service with the SOAP app). Can it be avoided ? Cant apache-soap just look for DeploymentDescriptor.xml in a particular location in the startup, and do the needful ? Santosh
