Currently, I am developing some custom
Java code for webMethods Enterprise integration components. Here is the question:
I have two fields as inputs/keys and 5 fields as outputs/values.
What is the best way to take two keys as inputs and filter out to get the 5 values corresponding to those two keys???
Input | Output
------------------------------------------------
Key1 Key2 | Value1 Value2 Value3 Value4 Value5
AB BC | 100 101 111 098 0001
BC CD | 123 102 112 099 0002
. . | . . . . .
. . | . . . . .
If you have code example, that'll be great ...thanks a lot...