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
Closed
gregturn opened this issue
Jan 9, 2014
· 2 comments
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.
Krzysztof Trojan opened SWS-859 and commented
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.
Example implementation attached.
Attachments:
Referenced from: commits dffa62c
The text was updated successfully, but these errors were encountered: