Hello Team,
I'm currently exposing some services using Spring's HTTP Invoker Service Exporter..
I have a few situations where the service may not be available at start but subsequently, based on several availability criteria, the service becomes available.

How can I export the service when the web-container has been initialized?

Regards,
M