spring-projects/spring-ws

Add support for Apache HttpClient 5.0

damizac82 opened this issue · 1 comments

Hi, I'm trying to use HttpClient (org.apache.hc.client5.http.classic.HttpClient) with HttpComponentsMessageSender (org.springframework.ws.transport.http) seems to be unsupported. Could you give me some suggestions?

Check out #1164 and the related commits, and you'll find the basics amidst our test cases. That should get you going.