Thanks Eran. This is what I suspected. -----Original Message----- From: Eran Chinthaka [mailto:[EMAIL PROTECTED] Sent: Monday, August 28, 2006 10:59 AM To: [email protected] Subject: Re: [Axis2]How to deploy/undeploy service programmatically?
Kedar, Shahar wrote: > Hi Eran, > > Is there any way of getting the Axis2 configuration without implementing > a service class or handler? The reason I'm asking is that according to > my understanding, both handlers and service implementations are only > invoked when sending a request to an already deployed service. But what > if I want to programmatically deploy\undeploy a web service without > invoking an already existing service? No, I don't think we can do that in Axis2. You have to have some piece of code some where to get this done. My suggestion is to use an administration service to do these kind of stuff. -- Chinthaka --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
