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.  loop over document list

    Posted Tue May 15, 2012 06:03 PM

    Hi All,

    I am getting an issue while looping over document list.

    I have scenario where

    Document List1
    |
    Document List2

    First when I am loop over Document List1 it is showing as document in pipeline which is correct. But inside that loop when I creating another loop over Document List2 , It showing as Document List in pipeline which is not correct. I am not sure what I am doing wrong. It is giving issue while mapping.

    Please let me know what I need to do.

    Thanks in Adv.


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


  • 2.  RE: loop over document list

    Posted Wed May 16, 2012 04:17 AM

    In the first loop, property input array should hold the path of documentlist1. Now keep a map step inside the loop (u can delete it later). From the pipeline of the ‘map’ step, copy the path of the documentlist2. Keep a loop below the map and provide this path as input array. Just want to make sure you had given the right path. If still it doesnt work, provide us a screenshot.

    HTH
    Senthil


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