In this post I will explain how we can enter values in a sequence in BPEL.
We will Insert process using DBAdapter and the Transformation add a function to set the sequence that should already be created in the database.
23 Wednesday Sep 2015
Posted BPEL
inIn this post I will explain how we can enter values in a sequence in BPEL.
We will Insert process using DBAdapter and the Transformation add a function to set the sequence that should already be created in the database.
01 Tuesday Sep 2015
Posted BPEL
inTags
11G, BPEL, Concatenação, Deploy, For, ForEach, JDeveloper, loop
In an earlier example I wrote an article on how do we use the ForEach BPEL, but this example will be showing a more practical or more usual form that is used in everyday life, where we do the invocation of a service that will return a list of Employees Oracle XE and will later work in the iteration of the list.