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
  • 1.  Assistance required ! Mapping

    Posted 06/18/08 11:30 AM

    Hi All,

    As a part of SLO13A project we have a Peculiar requirement .In the below screen shot you see that for each element of “ ArrayOf_ChannelPartner” we have one ListOfChannelPartner segment.

    How ever, what is required is to consolidate all the ArrayOf_ChannelPartner elements in to on ListOfChannelPartner. Therefore, finally we should have one segment with
    ListOfChannelPartner and inside that a list” ArrayOf_ChannelPartner” with 3 elements.

    Size of ArrayOf_ChannelPartner is not static. Size changes dynamically depending on input data

    If any body has, a solution for this Please let me know.
    reqirement.jpg


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


  • 2.  RE: Assistance required ! Mapping

    Posted 06/18/08 12:48 PM

    Hey
    What i understood is that you have two list and you need to merge them onto a single list? if this is the req, then u may try using pub.list.appendToDOcumnetList service in which you can merge two list or a list with a single item.

    Hope this helps.

    Hussain


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


  • 3.  RE: Assistance required ! Mapping

    Posted 06/18/08 02:36 PM

    Hi

    Thanks for the feedback. I tried with the same. but

    Size of ArrayOf_ChannelPartner is not static. Size changes dynamically depending on input data

    it becomes very difficult to manage.


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