How to configure db adapter to poll multiple records and create only single instance for edi docum
I need to poll n records from db and then map to edi ordrsp xsd to create only single instance .
how to poll all records with the matching condition and create only single oracle b2b instance for the partner ?
Can see multiple records selected as part of 1 BPEL instance from tables , but after transformation only the first record is mapped to ORDRSP .
How to get both the records mapped to single ORDRSP message ?