Thanks RMG.
The source is an array of 5 id’s
example, sourceId = {10, 20, 30, 40, 50}
Unless, I am misunderstanding your comments, I will have 5 iterations of the source array.
The destination by default from DynamicSQL Adapter service is an object with 5 properties:
FetchSummaryFromDB
- input1
- input2
- input3
- input4
- input5
It would have been nice if the inputs for the Adapter Service show up as arrays as well (instead of distinct sub-elements or properties) so
source->destination mapping could have been done in one map step within a loop.
Do you know whether it internally uses PreparedStatements?
Thanks.
#Adapters-and-E-Standards#Integration-Server-and-ESB#webMethods