Hi,
I read on the forum that it is possible to make asynchronous webservice for services that have a very long treatment (2 min).
For exemple :
http://bpms.intalio.com/component/option,com_fireboard/Itemid,113/func...http://bpms.intalio.com/component/option,com_fireboard/Itemid,113/func...I tried to do the same principle as the people activity and in this case the method of webservice contains a thread for the treatment and the method returns the answer immediately .
And do longer treatment, however, because the treatment is in background.
The process looked well get a reminder to continue but I do not know how to make it going on !
What method I should use? What message SOAP should be sent ?
I generated the java client for the process with eclipse and I have an input in the process but when I send the message with java, no resultat is returned (it has missed the instance ID of the process) !
What I want is, when the treatment in my webservice is finished, that a message is sent to the process for its resumption !
Is it possible? Could you help me in providing an exemple why not ?
Thank you so much!