Sequential back-end calls in WSO2 EI/ESB
问题 In my case, the response from the first back-end call is in Array of Objects format as below: Response: "Entity": { "related-List": [ { "fname": "abc", "lname": "xyz", "bdate": "2013-01-25", "accType": "Cur", "accNum": "54736", "bal": 901, "address": "USA" }, { "fname": "def", "lname": "pqr", "bdate": "2013-01-25", "accType": "Sav", "accNum": "12345", "bal": 901, "address": "USA" }, { "fname": "ghi", "lname": "stu", "bdate": "2013-01-25", "accType": "Dep", "accNum": "87654", "bal": 901,