How to invoke asynchronous Bpel Process from OSB
开发者_开发技巧I have Asynchronous Bpel process and I Want to invoke the same from OSB using the SOA Suite 11g.Can u please suggest me the process.
I recently read a blog on the same, which proved quite helpful to me. Find the link below;
http://biemond.blogspot.com/2009/03/calling-async-bpel-services-from-osb.html
~varun
You can use soa-direct protocol.
You can find an example and full explanation in following link:
OSB 11g - Call Asynchronous SOA service from OSB using soa-direct protocol
Short explanation:
Use a business service with soa-direct protocol.
Configure it as Role=Asynchronous client.
Configure Callback proxy.
Callback proxy will be the one your BPEL call when finish processing.
精彩评论