When using the restTemplate.put, my request is sent to the server and executes properly, but the restTemplate throws this exception: org.springframework.web.client ...
I have an API that requires a org.springframework.web.multipart.MultipartFile parameter (Swagger 2.0 API spec is below). I am using generatorName=java and library=resttemplate to generate the client.