Search code examples
web-servicesbpel

need BPEL tutorials


I need BPEL tutorial to show me how to write BPEL manually, I want to learn how to use structure activities, and I want to know how can I make predicate expression . I want to know how to compare 2 values one of them is boolean when I make like this, an exception occur that '==' is wrong expression

 $IsItemExistOut.itemResoponse == true

Please can some one help?


Solution

  • I used to work with Oracle SOA suite which has a BPEL component. The OTN on Oracle has an intro to BPEL that may get you started. See http://www.oracle.com/technetwork/articles/matjaz-bpel1-090575.html. They obviously are Oracle tech specific.

    If you are an OSS guy then ActiveBpel may be your speed. Take a look at their resources: http://www.activebpel.org/samples/samples-2/BPEL_Samples/doc/index.html#introduction. Install the samples and then take them apart. See how they work and what they are doing.