Hi,
I have a document list called RatesInRec with each record identifier being “A”. I need to map this to another document list called RatesOutRec, with the record identifier being “S”. As a result, my loop in-array is /RatesInRec/A and my out-array is RatesOutRec/S. However, when I put the mapping under the loop, I am still not drilling down to one document under RatesOutRec. Here is the idea:
-Loop over /RatesInRecs/A (out-array = /RatesOutRecs/S)
-Branch
-Sequence (Exit on failure, only map record with specific field = 0)
-Map
With each step indented to the right beneath the step above.
I can’t figure out how to put the picture right in here… but does anything look suspicious? What I’m getting is… on the left, RatesInRecs with a single document A (which is correct) and on the right, RatesOutRecs with a list of document S. Could if have to do with having the branch and sequence between the loop an map?
Kim
#Flow-and-Java-services#webMethods#Integration-Server-and-ESB