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.  Mapping

    Posted 10/08/03 05:00 PM

    Hi,

    Here is my scenario, I have mapped the contents of a recordlist(Pipeline in)to a record(Pipeline out). Now I would like to change the record(Pipeline out) to a record list. How do i change the mapping point to new recordlist instead of record without re-doing the entire mapping.

    I would really appreciate any help on this.
    Thanks,


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


  • 2.  RE: Mapping

    Posted 10/08/03 10:27 PM

    Hi,
    This should be fairly straight forward. Add a new variable to your pipeline. This variable should be use be a Record Reference List of the same record your trying to append. Once you have that record reference, append to record to your record list using the built-in service pub.list:appendToRecordList in WmPublic. Map the proper variables and your set.

    Update back here if you have any problems.

    HTH,
    Jim


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