I'm using a web service that will sometimes return a http 400 bad request. This makes spring throw a WebServiceTransportException and nothing is returned. However, I need to see the contents of the response body in order to further evaluate what caused the error and fix it. Is there any way to do this?