Hi all, -I have built my own web-services into my own WAR-file. This is real nice, since I can just deploy it through my favorite servlet-engine.
However, I have to do such things as - java -cp "%AXISCLASSPATH%" org.apache.axis.client.AdminClient "-lhttp://.../services/AdminService" ".../deploy.wsdd" - which is... quite irritating- How do I automate this task of manual deployment of the "deploy.wsdd"-files so that I can just say "deploy!" to my WAR-files without additional hockuspocus? Can I write something in the "server-config.wsdd" file or something? Can I find a description of this problem and its solution on the net? Regards, Morten Sabroe Mortensen