I'm using the HTTP Module[1] for sending request. The response has he http:response element which is XML. Then at the end of that element is the body of the response.
http:send-request() will return two items. You can access the second one (the actual result) with a positional predicate:
http:send-request(...)[2]