Hi,
I have am calling 2 APIS which return JSON and I convert them to xml
Orders - takes customer_id return xml with all the orders
Order payments - it takes order_id and return xml for one order
Now my problem is how to loop through all the orders and call payments API in BPEL and save the response xml in one xml into database.
I am new dont have much idea how to do it?
thanks
ebsor