Service lookup using UDDI for url rather than setting in xml.
Hello,
I'm learning Spring so please bear with me. I have been reading about how to use @Service and adaptors to provide for the injection of a remote service. The examples I have seen show an xml configuration where the URL to the service is set within the xml. I would like to use UDDI to lookup the location of a service but I'm not sure if Spring has any mechanisms to allow a developer to retrieve a URL for a service indirectly rather than via the xml.
If anyone has any knowledge of how this can be achieved I would be most grateful to hear your idea's.
Thanks Steve