Friday, April 13, 2012

BPEL 1.1. - Bind Entity

In this scenario we have a simple BPEL process that accepts in an order.
The usual question - should we put the whole order in the payload?
Or else can we just pass the orderId and let the BPEL process get the order data as required?

Bind Entity can be used for the latter.
Nothing new here - more a case of YABEE (no work that out!)



In the sample detailed in the lab, I have created an ADF BC service interface to
my Orders DB table. This is then deployed to Weblogic and leveraged in the SOA composite.

DOC Here

No comments: