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
The easiest way to do this is to:
The wizard will drive you through this.
Basically, you need an ESBP that has an ESB Binding. A SOAP Binding will NOT work.