Mark,
Here is what I want to do.
In the first Iteration:
loop-1/strList1 (Name1, Name2, Name3)
do something
loop-2/strList2 (Name11, Name22, Name33)
do something
*******get the first value of strList2 (Name11)
end Loop-2
end Loop-1
In the 2nd Iteration:
loop-1/strList1 (Name1, Name2, Name3)
do something
loop-2/strList2 (Name11, Name22, Name33)
do something
*******get the second value of strList2 (Name22)
end Loop-2
end Loop-1
I am not able to do ******* part in my logic.
Could you please let me know how this can be implemented.
Thanks
Akshay
#Flow-and-Java-services#Integration-Server-and-ESB#webMethods