Hi All,
In my scenario Proxy to file, the proxy sends message contains details records and header record in a single outbound structure.Need to split the message into 2 files . One is Detailed file and Summary file .The summary file be contains the fields of header record.So please guide me how can design the interface? Shall I need to do 1:2 message splitting using BPM or any other way ? The receiver File can expects two different files(details file and summary file). Please guide me.
Outbound strucutre is : <Header>
<HField1>
<HField2>
</Header>
<Details>
<DField1>
<DField2>
---
---
</Details>
Header will come only once and Details record will come 1..n times.
Regards,
Praveen Kumar