I would like to run a process that will invoke an operation on another process, which will receive a request and invoke another process, etc., and finally return back to the original process. That would form a composition. Now these processes should be deployed in a bpel engine. See Antonios answer to my other question about running processes.
I am not sure which engines BPEL unit can integrate with. for example, if i am already using WSO2 BPS with some processes deployed. Can I test those by invoking them from a process that i created (programmatically) in bpel unit?