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.  Help me. I'm a beginner for softwareAG

    Posted 05/31/19 05:08 AM

    How to add 10 numbers in a string list using LOOP step?

    I try to use pub.math:appendToStringList , but i dont know how to map to get the result…
    Already try & error for input, but still didntd get it…

    Thank you


    #Application-Platform
    #webMethods
    #webMethods-General
    #Integration-Server-and-ESB


  • 2.  RE: Help me. I'm a beginner for softwareAG

    Posted 06/03/19 07:15 AM

    Input: inStringList (String List)
    Output: value (String)

    Flow logic:

    MAP – set value=0 –
    LOOP over ‘inStringList’
    —>MAP (Call pub.math:addInts as a transformer), Mapping should be inStringList=num1, value=num2, value=value


    #webMethods-General
    #Integration-Server-and-ESB
    #webMethods
    #Application-Platform