我有异步Bpel流程,我想使用SOA Suite 11g从OSB调用它。可以请你建议我这个过程。
答案 0 :(得分:2)
我最近读了一篇同样的博客,这对我很有帮助。找到以下链接;
http://biemond.blogspot.com/2009/03/calling-async-bpel-services-from-osb.html
〜VARUN
答案 1 :(得分:0)
您可以使用soa-direct协议。
您可以在以下链接中找到示例和完整说明:
OSB 11g - Call Asynchronous SOA service from OSB using soa-direct protocol
简短说明:
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.