Two Receive Activities in a BPEL process
517351Feb 16 2012 — edited Feb 21 2012We need to read 2 files (Accounts, Address csv files) from local directory and combine them into a file as below.
I have created one BPEL process with 2 receive activities, the first receive reads accounts file and I see accounts XML data on EM but the second receive stuck with message "Waiting for Read from ReadFile2". Asynchronous callback.
Can you advise what is wrong with second receive or work around ? Thanks for your help.
<Accounts-Addresses>
<Accounts>
<Account>
<Name>Microsoft</Name>
</Account>
<Account>
<Name>Oracle</Name>
</Account>
</Accounts>
<Addresses>
<Address>
<City>Seattle</City>
</Address>
<Address>
<City>Redwood</City>
</Address>
</Addresses>
</Accounts-Addresses>