I want my web services (in Axis) to publish to a UDDI when Tomcat starts up.  I was initially going to just do the registration with init() on the ServiceLifecycle interface,
until I read some old postings http://marc.theaimsgroup.com/?l=axis-user&m=103242493516469&w=2 (egad 3.5 years ago, time flies).

In a nutshell ServiceLifecycle won't work, I need a request to trigger init which does the publish to UDDI but I can't get a request if I haven't published to a UDDI.    So how have people solved this?


thanks ... sherwin

Reply via email to