How can i invoke ESB process in BPEL process?

Posted by Admin on 08-Apr-2009 00:34

Hi,

I have scenario

I am getting some amount info($200) as input in BPEL process.If amount is greater than $200 then invoke a ESB process in whichI am again checking the amount.If it is less than $200 then  save data in local file system otherwise update amount info in the DB(MYSQL).If amount is less than $200 then generate a response message and send back to the client.

I am novice to BPEL process.So. please guide me

How should i proceed for the same?

I have some doubts

1) How many partner links i'll define for the above scenario?
2) How many port types i'll define for partner link?
3) What type of Binding i'll define in the BPEL process WSDL file?
4)Do i need to define any WSDL file for ESB process which i am invoking from BPEL?
Can you please explain me in step by step?
Thanks
Bhupinder

All Replies

Posted by Bill Wood on 18-Oct-2009 16:13

The easiest way to do this is to:

  • Open the BPEL.
  • Drag and Drop the ESBP onto the BPEL

The wizard will drive you through this.

Basically, you need an ESBP that has an ESB Binding.  A SOAP Binding will NOT work.

This thread is closed