4.3.20.RELEASE

ResponseEntity response = restTemplate.exchange(builder.toUriString(), HttpMethod.POST, entity, OtdsOauthToken.class); // Getting response object body as null, header is coming and Status is 200 response

Comment From: BaljinderSingh007

Untitled

I am getting no response body using restemplate.exchange

Comment From: 0x100

Can you show the OtdsOauthToken class?

Comment From: 0x100

I've answered you here: https://stackoverflow.com/questions/60429106/not-getting-response-body-from-resttemplate-exchange-while-getting-from-postman

Comment From: sbrannen

Thanks for getting in touch, but it feels like this is a question that would be better suited to Stack Overflow. As mentioned in the guidelines for contributing, we prefer to use the issue tracker only for bugs and enhancements. Feel free to update this issue with a link to the re-posted question (so that other people can find it) or add some more details if you feel this is a genuine bug.