Hi,
Here i am getting two recordlists A,B as inputs.Both recordlists
contains 24 records(assuming).Both A,B record lists contains
fields amount(string),date(string).Here i want to add amount value
in recordLst A with amount value in recList B.Then map result amount value to
RecordList C (output).sametime i have to map date value from
recordlist A or B to date field in RecordList C(date value in both
recordListsA,B are same).
Here i am giving samp.
A(recordList).A[0].amount(value) + B(recordList).B[0].amount(vlaue)
= C(recordList).C[0].amount (value)
similarly
A(recordList).A[1].amount(value) + B(recordList).B[1].amount(vlaue)
= C(recordList).C[1].amount (value)
…
…
…
A(recordList).A[23].amount(value) + B(recordList).B[23].amount(vlaue)
= C(recordList).C[23].amount (value
upto 24 iterations.
C[recordList].c[0].date == date value mapped from A or B recordList up
to 24 iterations
Srini
#Integration-Server-and-ESB#Flow-and-Java-services#webMethods