If you don’t have time constraint and the list are not big you can use Loop.
Here is how:
input1[i]
input2[j]
Table[i,j]
Loop (Input array input1, output array Table) //Table become list (first column)
- Map (input1 - Table[i,0])
Loop (Input array input2, output array Table) //Table become list (Second Column
- Map (input2 - Table[i,1])
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services