Hi Norgan,
Thanks for your reply!
I know about webscripts and I already did it. But now I'm in a different scenario: let's say I have two alfresco instances, one local, one remote.
I have a workflow started on first and I want to start another on the second as soon as a task in completed in first. So I want to start the second remote workflow from a class extending JBPMSpringActionHandler with call to remote alfresco. I could use HttpURLConnection class to recall a webscript, but I was wondering to face the issue with webservices. Any suggestion about the best or an alternative way?
Greetings,
Nowhere