I'm using an Amazon Web Service (REST) and when an there is an error in a request AWS returns "HTTP/1.1 400 Bad Request" and the HTTP service throws an IOErrorEvent 2032.
The problem is that AWS also returns XML text in the response body (which I see if a sniffer) but I can't see the response text in the IOErrorEvent. I need to get the response text as it describes what was wrong with the request. Any idea how to retrieve the response body text from HTTPService when a "HTTP/1.1 400 Bad Request" is returned by the server? Thanks!

