I have a groovy script in SOAP UI (ReadyAPI) that reads value from excel sheet, executes the operation and fetches the response. What I need is to write this response into the same .xls file.
How to write the value of SOAP response into existing excel sheet (.xls) using Groovy script?