Glen Daniels wrote: >Hi Vadim! > >You can certainly include the AxisServlet in your own web application - we do this >all the time at Macromedia to "web-service enable" our webapps. The servlet context >(assuming that's how you share state) is available to your back-end service objects >or custom Handlers via the MessageContext, as described in a different thread >yesterday. >
Glen, Thanks for response. One more question. Could I pre-package some service with my application 'war' file? I have wsdd descriptor, but do not want user to run AdminClient after application is deployed. Vadim