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.

 View Only
  • 1.  How can I se BRANCH return value

    Posted Wed October 08, 2014 08:55 AM

    I am a newbie webMethods. I want BRANCH for condition to query database difference table. So, I want data to return for calculate and then return value. How can I do that?


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


  • 2.  RE: How can I se BRANCH return value

    Posted Wed October 08, 2014 09:28 AM

    Simple :slight_smile:

    Use branch, set the evaluate label property=true (Evaluate on expression), false (evaluate on switch value)

    Inside your branch add child steps and provide the conditions in label of child steps.

    Let me know if you need more information. Refer service development guide for more details.


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


  • 3.  RE: How can I se BRANCH return value

    Posted Wed October 08, 2014 12:02 PM

    Napchara,

    Yes please follow the above steps and do refer the “service development guide” which can guide you better with more informative and sample syntax.

    HTH,
    RMG


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


  • 4.  RE: How can I se BRANCH return value

    Posted Wed October 08, 2014 02:40 PM

    Thank you.
    And So, Sorry If i explain it’ not clear.

    I mean
    BRANCH
    - Service A → Return A
    - Service B → Return B
    - Service C → Return C
    → Service D

    Service D has One Input.
    So, If Run Service A, Can Service D receive Return A.
    If Run Service B, Can Service D receive Return B.
    If Run Service C, Can Service D receive Return C.

    I use pipeline. It can use only one parameter. If i drag another, it will tell this path has been use.


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


  • 5.  RE: How can I se BRANCH return value

    Posted Wed October 08, 2014 03:35 PM

    :slight_smile: :frowning: :o If you have not dropped the pipeline variables in each step it will be visible to the next step.


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


  • 6.  RE: How can I se BRANCH return value

    Posted Fri October 10, 2014 01:11 AM