Anybody experience problems with using dynamic indexes? (In a map step, instead of specifying a particular integer such as 0,1,2, etc…; using a variable as an index %variable%)
My situation is that the source document component is being mapped to a target array component (document array) and I’m trying to specify a dynamic target index rather than having to build a document list (by appending each component value to a list) and then copying the document list into a final document once I’m finished looping. My problem is that the map step works perfectly fine with an integer value (0,1,2,3, etc…) for the target index, but doesn’t work when I specify a variable reference (%variable%) for the target index instead of an integer.
Has anybody experienced this problem before?
I’m using Integration Server 6.1.5.
Thanks!
Chad
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services