Re: Invoke web service from task rule

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.

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