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
Expand all | Collapse all

Re: Invoke web service from task rule

  • 1.  Re: Invoke web service from task rule

    Posted Wed September 19, 2007 03:57 PM

    I am trying to invoke a web service (implemented as IS Flow Service) from when a task is queued or completed.

    I attached a web service to my task view’s managed bean and then added the web service’s reference to the task view’s rule context.


    #MWS-CAF-Task-Engine
    #webMethods-BPMS
    #webMethods


  • 2.  RE: Re: Invoke web service from task rule

    Posted Thu September 20, 2007 11:09 AM

    I would recommend to create an explicit java method in the task rule context where you would obtain webService client bean and invoke its refresh method. In there you may log to determine if the method is called and if called if there are any errors.

    Alex


    #webMethods-BPMS
    #webMethods
    #MWS-CAF-Task-Engine