Hi, has anybody managed to do the deployment with a WSDD file without using AdminClient? AdminClient transfers the WSDD to AXIS in a SOAP/HTTP request. In my project I want to do automatic generation and deployment of some special web services with a command line tool. At the time of deployment Tomcat isn't necessarily running.
Directly editing the server-config.wsdd using XML APIs isn't such a pretty solution. Any better ideas? Thanks, Arne