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.  Hw to create a record list

    Posted 10/14/02 08:14 AM

    Hii,
    Thanks in advance

    Can I have a sample script as how to create a record list.

    Regards
    Krishna


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


  • 2.  RE: Hw to create a record list

    Posted 10/14/02 02:24 PM

    There are a couple of approaches.

    First, use a loop and specify the record list as the out-array.

    LOOP over /something
    …MAP into the out-array list, which now looks like a record in the pipeline

    Second, create your record and then use pub.list:appendToRecordList. Be aware that this can be a performance bottleneck for large lists. Remember to create a new record for each entry. Do not use the same record over and over.

    HTH


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