Dear all, I have the following problem. I'm triggering two commands, the first is a simple invoke, the second is some groovy code. In the groovy code I would need to access the response which was stored to the file in the invoke step.
1) <invoke .....>: stores the response (which is an excel file, resulting in an UnexpectedPage) to a local file 2) <groovy .....>: how to get the path to the locally stored response I already tried to access the filename with step.context.currentResponseFile but this is set to NULL. Maybe you could help me finding a solution. Thanks, Michael

