You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the WebServiceTemplate destination URI can either be set as property, or given as a method parameter.
It would be nice to add a third option to that: the ability to provide the destination URI at runtime, via a strategy interface. This allows for the ability to obtain location uri from WSDLs, or to retrieve one from a UDDI registry, and so forth.