I did it by extending the RPCProvider with my own 'RPCFactoryProvider', overriding getServiceObject(...), that I configure at startup. I'm a big fan of dependency injection :). To use the factory provider I register it with the WSDDProvider.registerProvider call.
Chris -----Original Message----- From: Michael [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 02, 2005 01:49 To: [email protected] Subject: eager service initialization Hi, Is it possible to get a service object created (deployed as "application" scope) when the axis web app starts as opposed to creating it when the first request for that service comes in? Thanks
