cancel
Showing results for 
Search instead for 
Did you mean: 

How to link webservice task of activiti diagram with Webservice Class

raviraj
Champ in-the-making
Champ in-the-making
Anybody please tell me how to link webservice task of activiti diagram with Webservice Class


Thanks & Regards,
Raviraj
3 REPLIES 3

fahad1
Champ in-the-making
Champ in-the-making
Raviraj, any progress or any solution you get for this problem??

trolltop
Champ in-the-making
Champ in-the-making
Create your web service delegate class (should implement org.activiti.engine.delegate.JavaDelegate) .. just a dummy stub class is OK for now.
Select Service Task on your diagram
In Properties view, select "Main config" tab
Select "Java class" radio button
Click "Select class" button and drill down to and select your web service delegate class defined above

Bobs your uncle

fahad1
Champ in-the-making
Champ in-the-making
I am new to activiti and I am unable to follow you Robbe. In fact there is no radio box for class in activiti 5.14 eclipse plugin?
Where should I look for ?