Hi, AFAIK you do not need the WSDD if you use Axis2. You just need to create the AAR file of the WS. Then you can copy it into the e.g.:
apache-tomcat-5.5.27\webapps\axis2\WEB-INF\services folder. Anyway, the WS will be deployed when you start the server. Hope this helps, Dobri On Thu, Jul 30, 2009 at 6:39 PM, Nikolay Dyankov <[email protected]> wrote: > Hi! > > I'm a newbie to java and axis. > I have a set of jars and the wsdd. > I have access to the filesystem on which the service needs to be > deployed and on which axis server/tomcat runs. > > Is it possible to deploy a web-service without actually running the > axis server/tomcat (like it's possible for jws files)? > > I guess if the answer is yes, the procedure would involve a set of > copy/convert operations on the wsdd? > Any help is highly appreciated. > > Thanks in advance, > Nikolay >
