Hi Chris,
I used this service in different situation.we have database
table.This contains some records.when I am querrying database table
I got records in that records one column is say TRDTYPE.Values
i am getting for TRDTYPE are PW,NG,CL,VOL now i want to change them
as POWER,NATURALGAS,COAL,VOLATILITY.So I used pub.String:lookupTable
service in my flow.I mapped TRDTYPE String to key(String field)in lookupTable service For lookUpTable(StringList parameter)I set up
key as(index 0)PW,NG,CL,VOL.for value(index 1)as POWER,NATURALGAS,
COAL…keyColumnIndex param as (0),valueColumnIndex as(1)ignore
-Case as true.I got results.
Is this helpful to you for your requirement?
Thanks,
SriniK
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods