You can use a static hashmap variable with the declaration
private static Map paramsTable = Collections.synchronizedMap(new HashMap()); in shared source section.
use one java service that accepts lookup data as doclist, feeds this hasmap with it.
create one more java service (in same folder as the above) and this either accepts each key at a time and returns value
–or–
accepts an entire insert doclist, for each doc gets the corresponding value from lookup hashmap, add it to the document and finally outputs the finished doc list which you can do a batch insert.
if you want you can create one more java service to explicitly clear the hashmap (i suggest) after the operation.
Cheers
Guna
http://www.nibodo.com
#Adapters-and-E-Standards#webMethods#Integration-Server-and-ESB