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.  Mashup API response

    Posted 10/18/22 07:37 AM

    I am going to create a Mashups API with 2 steps. step 1 must be invoked before step 2. This, they must be invoked sequential.

    I would like to know is there any way to combine the response of both step as a response of the Mashups API. Look like following
    {
    “step1_response”: {}
    “step2_response”: {}
    }

    Thanks in advance.


    #webMethods


  • 2.  RE: Mashup API response

    Posted 10/19/22 06:57 AM

    It has been solved by adding “Aggregator” step with “Aggregate response” on before “End” .


    #webMethods