I’m trying to map strings from one record list to another record list, but can’t seem to get it to work the way I’d like it to.
I set up a loop, with the inarray and outarray being set up to the records, Looking at the map, they now appear as single records. From my understanding, that’s how it should be done. I map the strings, and it doesn’t behave as expected.
My end result is a list of pointers to records(?) that show up in the results tab as having the value of “[Lcom.wm.data.IData;@2b361d” (The address is made up here, but varies.)
If I just map across without a loop, I get no results, if I add in a loop, but put no “outarray” then I wind up with only the last record in the list being mapped. Both of those things make sense.
Please, tell me I’m an idiot, and I missed something obvious!
#webMethods-General#Integration-Server-and-ESB#webMethods