In this article I will show how we can record an XML content using DbAdapter BPEL.
Below is a table Describe Command to display the details and field where I will perform the Insert XML
07 Tuesday Jun 2016
Posted BPEL
inIn this article I will show how we can record an XML content using DbAdapter BPEL.
Below is a table Describe Command to display the details and field where I will perform the Insert XML
30 Wednesday Mar 2016
Tags
Another post published on OTN: Working with File Adapter in the BPEL
To see the post directly from Oracle’s website refer to the link:
http://www.oracle.com/technetwork/pt/articles/soa/trabalhando-fileadapter-bpel-2956564-ptb.html
Or just click the link below to view the Post Blog
10 Thursday Mar 2016
Posted BPEL
inIn the previous post I showed how we can create the process until the call HumanTask within the BPEL, here I explain step by step how you should deploy and how do we test our process.
See the links below to check the other parts:
02 Wednesday Mar 2016
Posted BPEL
inTags
Learn this Post to create a HumanTask in BPEL. Here we will create a process that uses a DbAdapter to a select in the database and the data returned will fill the fields that define the Worklist screen..
To create our HumanTask in BPEL created two parts to our Post, refer to the links below to check the other parts:
04 Friday Dec 2015
Posted BPEL
inTags
Today the BPEL there is no specific function for us to work directly with Regex (Regular Expression) in BPEL, so I will demonstrate this Post one of the ways we can do to apply a Regex to a process.
In this example we will basically pass a value to our BPEL and will validate these values through the Regex.
17 Tuesday Nov 2015
Posted BPEL
inTags
Staff,
In this post I want to report a problem I had recently and simple resolution.
Below is the problem that occurs when you expand any variable, in my case my inputVariable
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.
22 Friday May 2015
Posted OTN
inAnother post published on OTN and this is related to Creating a Domain Value Maps (DVM) in BPEL
To see the post directly from Oracle‘s Web site found at:
http://www.oracle.com/technetwork/pt/articles/soa/criando-domain-value-maps-bpel-2544457-ptb.html
07 Tuesday Apr 2015
Posted BPEL
inTags
11G, BPEL, Console, Database Adapter, DBAdapter, Deploy, Deployment, Developer, INSERT, JDeveloper, Oracle, SOA, Soa-Suite
In a previous post I showed how to perform a Select in the database using the DbAdapter component of BPEL, now hold a very similar process but performing an Insert In this example we will receive three parameters of our service for inserting the necessary information to register a new department in our table departments.
02 Thursday Apr 2015
Tags
11G, ALSB, Aqualogic, BPEL, bus, Business, DBAdapter, EM, JDeveloper, Oracle, OSB, Proxy, Service Bus, SOA, Soa-Suite, workspace
To view this article by direct Oracle site see the link:
Or just follow the article as follows:
Oracle Service Bus or simply OSB, a very common error regarding OSB is to say that it “implements” SOA or the fact of using a OSB in its architecture already turns into a Service-Oriented Architecture. In fact, the OSB is responsible for much of the features that SOA fold, but not all.
24 Tuesday Mar 2015
Posted BPEL
inAfter completing Part 1: Creating and Configuring MDS we will now learn how to use the MDS in our existing projects so we can then share our WSDL, XSD, etc. See the links below to see the other parts:
02 Monday Mar 2015
Posted BPEL
inSomething very used in programming languages is without doubt a FOR to iterate through a list of elements any, in this Post I intend to help you use the For Each component of the BPEL performing a simple loop, iterating and concatenating names that put as a parameter to our Loop .
For our tests, we will create a project called ForEachBpel
24 Tuesday Feb 2015
Tags
11G, Attachments, BPEL, Deploy, Deployment, Domain, EM, JDeveloper, OSB, SOA, Soa-Suite
Today was a very special day for me because I got the great news that my first article was published by Oracle Technology Network – OTN
The title of the Article is “Trabalhando com Attachment no Oracle Service Bus 11g” (in Portuguese) and can be seen at the link below:
http://www.oracle.com/technetwork/pt/articles/soa/attachment-oracle-service-bus-11g-2430555-ptb.html
21 Saturday Feb 2015
Posted BPEL
inTags
BPEL, Business, Business Rules, Composer, Console, EM, JDeveloper, Regra, Rule
“A Business Rule is a rule that defines or constrains some aspect of the business. His statement is determined as true or false. Business Rules seek to determine the business structure or to control or influence business behavior. “
“http://en.wikipedia.org/wiki/Business_rule”
Here we create a simple Business Rule that will define as our input parameter if it is a person PHYSICAL(FISICA) type or type LEGAL(JURIDICA)
12 Thursday Feb 2015
Posted Installing SOA Suite 11g
inIn this post we install Soa Developer Domain for SOA Suite 11g
The installation is being done on Ubuntu Linux 64-bit version: 4.14, the minimum hardware and software for Oracle 11g SOASuite installation can be found here: http://docs.oracle.com/html/E18558_01/fusion_requirements.htm
08 Thursday Jan 2015
Posted BPEL
inTags
11G, BPEL, DataBase, Database Adapter, DBAdapter, Deployment, EM, INSERT, JDeveloper, Oracle, SELECT, SOA, Soa-Suite, UPDATE, XML
Oracle Database Adapter enables Oracle SOA Suite to communicate with the database, including Oracle database servers, and any relational databases that follow the ANSI SQL standard and provide JDBC drivers, performing SELECT operations, UPDATE and INSERT using an adapter configuration wizard, where the inputs / outputs are XML, easily seen as input parameters and and results converted into XML.
In this article on the Database Adapter (DbAdapter) BPEL we select some data from a database table and show in the screen Enterprise Manager (EM)