Use value from Web Service Test Result to next test case in a test suite

Hi,
I would like to assign a value that comes from first web service test result.
I am struggling from extracting specific value of element from the response.

Here’s my sample code.

And here’s what I get if I do println(response.getResponseText())

Thank you,
Jiho

You can refer to this guide: https://dzone.com/articles/the-simple-way-to-parse-json-responses-using-groov

Regards

see also:
https://docs.katalon.com/katalon-studio/docs/handle-response-messages.html

and:

http://groovy-lang.org/processing-xml.html