The following should output just the body of the HTTP response:
<http url="http://domain/etc"
entityProperty = "HttpResponse"
failonunexpected = "false"
printrequestheaders = "false"
printresponseheaders = "false"
/>
<echo>${HttpResponse}</echo>
Instead, it is preceeding the echo with:
[http] HTTP Request
[http] ********************
[http] URL: http://domain/etc
[http] Method: GET
[http] HTTP Response
[http] ********************
[http] Status: 200
Which is clogging up the output.
Using missing-link 1.1.3 with Ant 1.8.2