Does anyone have any advice on how to go about programmatically deploying and undeploying services, or at least appropriate places in the source code to begin looking?
Isn't that what the AdminClient is for?
% java org.apache.axis.client.AdminClient deploy.wsdd <Admin>Done processing</Admin>
(where deploy.wsdd contains the description of the new service).
Bill