Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Multiple API response xml into one XML

3409470Apr 3 2020 — edited Apr 8 2020

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

Comments

Post Details

Added on Apr 3 2020
7 comments
362 views