using WSIF to call a BPEL process (as opposed to use WSIF from a BPEL pro.)
449590Dec 16 2005 — edited May 8 2007Hi,
I have seen how to use WSIF to invoke Java/EJB./... from BPEL processes.
But I wonder if it is possible to call a BPEL process (e.g. from a Java application) using WSIF instead of using a SOAP call; just in order to improve performance or share a distributed transaction.
My understanding is that BPEL Oracle processes are implemented as stateless session bean. So it should be possible to call them using WSIF.
But I think that the interface (and jndi location) for the EJB implementing the BPEL processes is not open; binding can not be done without this information.
Any ideas about this ? Will I get a performance improvement?
Thanks a lot.