Use "org.apache.axis.utils.Admin server deploy.wsdd" command at development time to generate the server-config.wsdd file. Pack this file in WAR under WEB-INF and deploy the WAR.
Vishy Kasar wrote: > Is it possible to deploy a web service without sending a message to > the > axis servlet? In effect, I would like to place my compiled classes > and > my deployment information (the info in the deploy.wsdd file) into my > Tomcat directory structure, and have the web service work without > having > to send the axis servlet a message from the > org.apache.axis.client.AdminClient. I notice that the servlet creates > > the server-config.wsdd file once I send my deploy.wsdd file, and that > this file contains the metadata about the deployed web service. Could > I > hand-code a server-config.wsdd file and place it directly in the > WEB-INF > directory at startup? >