Manage REST Message response (getBody())
I would need to derive, starting from the body of a response to a REST call {responseBody = response.getBody ();} the amount of rows, and extract single field arrays in order to populate a table.I saw on the Documentation that the getBody () method r...
