IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

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.



#Automation


#Applicationintegration
#webMethods
#Integration
 View Only
Expand all | Collapse all

Mapping a string value to a string list in a map step

  • 1.  Mapping a string value to a string list in a map step

    Posted 07/17/07 06:22 PM

    Hi there-

    I have initialized a stringlist with size 3 in a map step. Below that in another map i mapped the value from a string to the string list. Now all the values(3) in the string list are having the same value as that of the string.

    I


    #webMethods
    #Integration-Server-and-ESB


  • 2.  RE: Mapping a string value to a string list in a map step

    Posted 07/31/07 06:41 PM

    You need to provide index value to String List else ends up updating same value to entire list.

    You can provide index in mapping Property → indices (Edit) → Link Indices.

    Indices can be static (any numeric values) or dynamic


    #Integration-Server-and-ESB
    #webMethods