Web Service recalls BPEL process
428524Aug 30 2004 — edited Sep 1 2004I've implemented a web service on the 'Systinet WASP Server for Java' and now I want to integrate this service as an asynchronous service to my BPEL process.
The problem is to recall the BPEL process. How can I implement such behaviour. The BPEL process is an asynchronous service with two methods initiate and onResult. It's no problem to include an asynchronous BPEL process but how can I implement a method like onResult to recall the BPEL process within my own service. Is there an example anywhere?
Greetings
Stefan