Hi Shri, I found a way but it is not application-server-independent. :( You must use an application server startup class. In Weblogic, these are called Startup classes. In WebSphere, they are ServiceInitializer classes.
I don't know what they are in Tomcat yet. They are user-defined classes that are called when the application server first starts but usually after all web apps have been initialized. You can run any arbitrary code there, like register your service in a UDDI registry or call your Axis-based web service. -----Original Message----- From: Shriram Kollipara [mailto:[EMAIL PROTECTED]] Sent: Friday, October 11, 2002 3:21 PM To: [EMAIL PROTECTED] Subject: Re: Registering service in uddi registry when startup Hi Stefan, Did u or anyone else figure out how to do solve the problem of registering a service in UDDI registry when the service is deployed rather than instantiating it after it receives a request? shri
