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.

 View Only
  • 1.  Transformer cannot loop over List elements

    Posted Tue August 23, 2005 01:55 PM

    Hi All,

    I am encountering ERROR: Transformer cannot loop over List elements, while using concat built in service. I am passing one string which is inside a document reference list to the transformer (CONCAT). Can somebody shed some light upon this issue?

    Regards,
    P.PRASHANTH


    #Flow-and-Java-services
    #Integration-Server-and-ESB
    #webMethods


  • 2.  RE: Transformer cannot loop over List elements

    Posted Tue August 23, 2005 02:51 PM

    Prashanth,

    Yes,the transformer cannot loop over list elements.you can loop over the list and store the list variables whatever you are going to concatenate into some variables in the pipeline and then call concat or do whatever.

    ramesh.


    #webMethods
    #Flow-and-Java-services
    #Integration-Server-and-ESB


  • 3.  RE: Transformer cannot loop over List elements

    Posted Tue August 23, 2005 06:27 PM

    It’s possible that you need to set the instance of the list that you need to concatenate. In this case, click on the line between the transformer and your source field, (in version 6.1) in the right panex click on indices/edit and put in which instance of the list you need here.


    #webMethods
    #Integration-Server-and-ESB
    #Flow-and-Java-services


  • 4.  RE: Transformer cannot loop over List elements

    Posted Wed August 24, 2005 03:15 AM

    If you are in 6.1 SP1 and you using the instance of the list, variable substitution and transformer together in a flow step, you have to apply this fix:

    Advantage link

    (Message edited by admin on October 11, 2005)


    #Integration-Server-and-ESB
    #webMethods
    #Flow-and-Java-services