I understand that a web service client may use the governance registry to return an endpoint of a service that implements the wsdl specified by the client.
The client can then use the endpoint to call the service.
The benefit of this approach using the governance registry is that the client does not need to know the location of the destination service up front. The client only needs to know the wsdl and the location of the registry service. Is this a valid reason for using the governance registry?
Is there any sample code that demonstrates the use case I have described above?
Many thanks...