Is it possible to add webservice task in the eclipse designer (Eclipse plugin). (activiti Explorer)we have requirement the user has to give the inputs before the webservice call and the resuts has to dispalyed on the screen.
Adding a web service task itself would not be hard to do in the Designer. But I think you would also want to import a WSDL and have the rest generated automatically and that is quite a lot of work. Can you let me know the functionality you are looking for, the minimal or the full version of the web service task support?
My requirement is dynamically provide the values to the parameters in the webservice thru the explorer. I tried with the <extensionElements> but it is static. My webservice would dynamically understand the method params and get the values from the user like User Task form properties and process it.