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
Expand all | Collapse all

Mapping DocList to DocList/SucDocList

  • 1.  Mapping DocList to DocList/SucDocList

    Posted Thu November 17, 2011 07:34 PM

    Hi All,

    I have a requirement like, i want to loop through the input documentList and map the values to the SubDocList of the MainDocList.

    Example:

    Input:
    DocList
    var1
    var2
    var3

    Output:
    MainDocList
    SubDocList
    var1
    var2
    var3

    Mapping to a tempDocList i am able to acheive it, but i am looking for an efficient way of doing it by avoiding populating the tempDocList.

    Is there any way that I can acheive this ? :rolleyes:

    Thanks for your help
    pradeep


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


  • 2.  RE: Mapping DocList to DocList/SucDocList

    Posted Fri November 18, 2011 10:29 AM

    Is there any transformations of the var1,var2… between the input and the ouput ?

    if no, just map the DocList to your SubDocList in a MAP step… :confused:


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