ESP Workload Automation

 View Only
  • 1.  Design & Methodology for Asynchronous Web Services Jobs

    Broadcom Employee
    Posted Mar 09, 2017 09:42 AM

    I have a client who is in the process of implementing background processes running in a Websphere application container, initiated through a Web Services call.

     

    We have successfully tested the initiation of their process via a Web Services Job Type through the Application and Web Services Agent, however they are requesting an asynchronous invocation methodology because these processes in the Websphere application container could be long running.

     

    They are implementing an application execution request design model based on asynchronous Web Service calls as described at http://www.enterpriseintegrationpatterns.com/patterns/conversation/Polling.html and at http://www.enterpriseintegrationpatterns.com/patterns/conversation/RequestResponse.html which describes how to implement a Web Services asynchronous request and then use a Web Service call to poll for a completed response (or receive a NoAck if not completed).

     

    I am therefore wondering if anyone else has ever come across this type of requirement before, and if so, whether there is any available design methodology around implementing the polling response mechanism via a CA scheduling engine and the Web Services Agent.  Or even just any suggestions about how this would be best implemented, given a "Correlation Identifier" supplied as a response (RETURNXML string) from the original process initiation Web Service call.

     

    Any help on implementing this would be gratefully received.

     

    Bill Sherwin

    EMEA WA Team



  • 2.  Re: Design & Methodology for Asynchronous Web Services Jobs

    Posted Sep 27, 2017 01:32 PM

    I do have this requirement regularly, without a good solution.  Would be interested in one though.