Hi All, I have an "application" scope axis2 web service. I want the ServiceClass to be instantiated on startup, as opposed to when the first method is invoked.
I found (and implemented) a ServiceLifeCycle class, but I don't know how exactly to instantiate the ServiceClass from within the startup() method. Any help will be appreciated. TIA, rouble
