I have 2 test steps. (note that inbetween these two, there are many transactions triggered) . The attachment has detailed steps. It has STEP1 and STEP2.
STEP1: Request1 when triggered must write the account numbers to already existing file. then to give back Response1
STEP2: Request1 to filter the response from file and get only filtered data back, to get Response1.
We cannot transfer any property from STEP1 to STEP2, as there are many transactions in between. I guess we need to work on Request/Response dispatcher only . Please help.