Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

using WSIF to call a BPEL process (as opposed to use WSIF from a BPEL pro.)

449590Dec 16 2005 — edited May 8 2007
Hi,
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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jun 5 2007
Added on Dec 16 2005
3 comments
1,174 views