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.  DSP and context class

    Posted 07/03/03 06:39 AM

    webMethods clustering provides failover support for
    clients using Context and TContext classes. We are
    using DSP pages to invoke IS services on integration
    server.

    Whether the %invoke% tag of DSP makes use of Context
    classes or not? Ultimately, whether these DSP requests
    support webMethods failover or not?


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


  • 2.  RE: DSP and context class

    Posted 07/03/03 03:50 PM

    The %invoke% tag does not make use of the client Context class. Think of a DSP as a flow that provides control over the content of the response generated.

    Once you have connected to the server, the duration of the processing occurs on that server. If the server crashes, the client will never get a response.

    A load balancer of some kind is needed to front the cluster if you require fail over for DSP and service requests.


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