I'd imagine you might make your handler a subclass of BasicHandler and then over-ride init() function (see the org.apache.axis.Handler interface)
Don't forget to call super.init()



stephen


Reinhard Nappert wrote:

Hi,

I'd like to perform some initial operations (quite expensive ones) during the deployment of my Web-Service (before any requests come in).

Is that possible?

Thanks
-Reinhard








Reply via email to