Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
Can anyone pls let me know…
Whether it is possible to access an adapter for EI script and if so, how?
What is the best method to load static data(loading up rows of database in to memory) in to memory and use the data from a script?
Thanks Ram
A script can use the scripted and configured operations for the adapter it is associated with. If you need the services that are provided by another adapter, use a publishRequestAndWait step to “invoke” the service.
The EI environment isn’t really geared for this sort of thing. If you do a request/reply, the script has access to the returned data throughout its lifecycle.