G Swathi
G Swathi

Reputation: 21

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.

Upvotes: 2

Views: 2753

Answers (2)

Livio D.P.
Livio D.P.

Reputation: 71

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.

Upvotes: 0

varun
varun

Reputation: 21

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

Upvotes: 2

Related Questions