cancel
Showing results for 
Search instead for 
Did you mean: 

Web Service

faraon79
Champ in-the-making
Champ in-the-making
Hello,

How to call restfull web service from Service task, user guide mentions only a soap.

Thanks
2 REPLIES 2

faraon79
Champ in-the-making
Champ in-the-making
No answer. Should I make assumption that this is impossible?

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

Options:
  • You can use Service task with any java class (it can call rest webservice

  • <serviceTask id="javaService"
                     name="Java service invocation"
                     activiti:class="AnyClass" /> 
  • call spring bean method (in case whne you are using spring) from service task
  • implement your own service task behavior implementation -> may be somebody did it already
Regards
Martin