Hi, I have created a MPGW service, where Result action making parallel Asynch call. backend can return attachments in the response. I am using below flow:
Trans1 --> Result(Asynch) --> Trans2
Trans1: I am setting context variable which is using Destination for Result action
Result action: Destination value is context variable setting in Trans1, Output of Result action is ctx with multipe output setting on.
Trans2 - I am able to read response in Trans2 but not able to read attachments from context variable.
My requirement is to make a parallel asynch call to the backend and wait for 2 min for all backends and then consolidate final response including all attachments. Please provide your suggestions.
Thanks in advance.
Amit
#DataPower#Support#SupportMigration