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.  MAP step not working

    Posted 02/07/22 07:11 AM

    What product/components do you use and which version/fix level?

    Software AG Designer 10.11

    Are you using a free trial or a product with a customer license?

    Free trial

    Problem:

    I want to concat two values from one file and send the result to another file, but in the second file i got null.
    Service:
    image

    Input/Output:

    Pipeline:

    Input:

    Result:
    image

    Expected result:
    To “ccc” and “ddd” has “FirstSecond” value.


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


  • 2.  RE: MAP step not working

    Posted 02/07/22 07:31 AM

    Hi @qnickp51,

    Are you seeing this happening in a specific version and specific fix level? Because I tried the same steps on the 10.11 GA as well as the latest and I happen to see that the expected result is really as expected :slight_smile:

    Here is the map step

    and the result


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


  • 3.  RE: MAP step not working

    Posted 02/07/22 07:35 AM

    Probably, you are trying to run the service from Designer as Run in Browser?
    With that option, you will not be able to provide the input and hence you won’t see anything in the result.

    Try the Run Flow Service option.

    image

    Thanks,
    Sree


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


  • 4.  RE: MAP step not working

    Posted 02/07/22 07:37 AM

    Also, why do you have the both the input and the output embedded in untitled document references ?
    Please name your references explicitly and avoid using the same name, conflicts can arise.
    John.


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


  • 5.  RE: MAP step not working

    Posted 02/07/22 09:43 AM

    thanks for the awesome information.


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


  • 6.  RE: MAP step not working

    Posted 02/07/22 12:16 PM

    May be you are new to webMethods. Congratulations ! You may use strings as input and output .This will clarify your doubts . Later you may keep those strings inside doc for testing purpose.


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