Entity
this tag defines an entity to be passed in the body of an http request. The data will be placed in the body of the message 'as is' and there is currently no support for multi-part messages. (Can be added later)
Usage Examples
Example #1
<http_get onFailure="fail" perfrun="true" uri="${dtf.http.uri}">
   
<entity value="XXXXX" />
</http_get>