I am using Axis2 and the ServiceClient to do dynamic web service invocation (without stubs). So currently I point the client to the wsdl that is deployed on the ESB. I want to use the Registry for all of its benefits, but I assume that I would also want to point my client to utilize the wsdl referenced in the Registry and not the ESB. How do I do this? What url do I use to reference the remote artifact (wsdl) from my service client?
Thanks - jay