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.  return multiple responses to request

    Posted 10/10/08 12:17 PM

    Hello

    I need to send multiple responses to request from RFC. How to do it.
    Example:
    As soon request resceived from SAP/RFC to webMethods send response to SAP “Data recevied”
    After the process complete send another response “Process complete”

    How is it possible to send multiple responses ? How to keep the thread open after first response sent.

    Rgds
    Vinod


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


  • 2.  RE: return multiple responses to request

    Posted 10/15/08 08:56 PM
    • Create two publishable docs (dataReceived and processCompleted).
    • Create two notification services and their corresponding triggers.

    Once a request is sent from SAP, publish dataReceived to broker, and once the process completed publish processCompleted to broker.

    Your two notification services will take care of the job.


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