Greetings all, According to the Axis documentation, the way to deploy web services using WSDD is to invoke the AdminClient from the command line:
% java org.apache.axis.client.AdminClient deploy.wsdd which connects to the Axis servlet on localhost:8080 and registers the service. However, I have added Axis to my own web application, and would like to programmatically register my web services during my web application's initialization without invoking the AdminClient. Can anyone tell me how to do this? Thanks in advance.