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
Create WebServiceMessageSender implementation that wraps ClientHttpRequestFactory to allow common HTTP machinery config with RestTemplate [SWS-859] #935
Please add implementation of WebServiceSender that wraps ClientHttpRequestFactory.
This will close the gap between the way HTTP machinery is configured for RestTemplate and WebServiceTemplate, and allow reuse of the config, for example having the same factory with configured proxies, and in every place in the application resue it, whenever HTTP connectivity is needed.