Send WS response to results

Hi,

I would like to send the WS response body content to the test results for viewing as needed. How would I go about doing this?

Thanks!

Matt

You can use a comment or the logInfo(String message) method from KeywordUtil to post any info in the generated report.

thanks Ibus…logInfo was what I needed