UansCarvalho

~ Blog for Oracle SOA Developers

UansCarvalho

Tag Archives: 11G

Trabalhando com Attachment in OSB 11g

20 Sunday Dec 2020

Posted by Uans in OSB

≈ Leave a comment

Tags

11G, Attachments, DataBase, Deploy, Deployment, JPEG, Oracle, Payload, SOAPUI, SUDO, Ubuntu, WSDL

Em um post anterior eu escrevi “Como podemos salvar um anexo (Anexo) no banco de dados com o BPEL“, mas neste post vou descrever como vamos receber um anexo em OSB e passa para o nosso BPEL para gravação em dados do Banco Mundial.

Para nosso entendimento, os Attachments podem ser de dois tipos.

  • Attachments inline
    • Aqui, o arquivo anexo será codificado em algum formato, digamos formato base64 e enviá-lo como parte da principal da mensagem XML.
  • Attachments MIME
    • Aqui o anexo será enviado como parte de cabeçalhos em mensagens XML. Os anexos podem ser recebidos em vários formatos pelo OSB, mas um dos formatos comum é base64 codificado com formato binário.

Continue reading →

Using For Each of OSB

17 Wednesday Feb 2016

Posted by Uans in OSB

≈ Leave a comment

Tags

11G, ALSB, Aqualogic, bus, bus, Business, Oracle, OSB, Proxy, Service Bus, SOA, Soa-Suite

I want this post to show you how we can use the For Each component of the OSB to iterate through a list of employees who will be returned from an exposed service BPEL

In addition to using the For Each component also show how we can do the same iteration using XQuery

Continue reading →

Using the Service Callout OSB

01 Monday Feb 2016

Posted by Uans in OSB

≈ Leave a comment

Tags

11G, ALSB, Aqualogic, bus, bus, Business, Oracle, OSB, Proxy, Service Bus, SOA, Soa-Suite, workspace

In this post I will describe how we can use the Service Callout OSB component.

I will show you how easy it is to mount the REQUEST and RESPONSE of our service and demonstrate how we can use our RESPONSE to various calling services or using various components Service Callout

Continue reading →

ForEach the BPEL More Practical

01 Tuesday Sep 2015

Posted by Uans in BPEL

≈ Leave a comment

Tags

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.

Continue reading →

Creating a Domain Value Maps (DVM) in BPEL – Published on OTN

22 Friday May 2015

Posted by Uans in OTN

≈ Leave a comment

Tags

11G, BPEL, Console, Developer, DVM, EM, JDeveloper, Oracle, SOA, Soa-Suite

Another 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

Continue reading →

Cleaning MDS via Enterprise Manager 11g

22 Wednesday Apr 2015

Posted by Uans in Administration SOA Suite

≈ Leave a comment

Tags

11G, Administration, AdminServer, EM, Infraestructure, invoke, JDeveloper, MDS, MDS Configuration, MetaDados, soa-infra

There are times that it is necessary to clean the MDS, for example when you change some WSDL or XSD that are in MDS and the changes do not take effect even lowering and rising your Server, so this time we held the cleanliness of our MDS and then do the deploy again.

To make cleaning the MDS via Enterprise Manager 11g do the following:

Continue reading →

Inserting data using the Database Adapter (BPEL DbAdapter) Oracle SOA Suite 11g

07 Tuesday Apr 2015

Posted by Uans in BPEL

≈ 2 Comments

Tags

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.

Continue reading →

Exposing a Service in Oracle Service Bus (OSB) – Published on OTN

02 Thursday Apr 2015

Posted by Uans in OSB, OTN

≈ 2 Comments

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:

http://www.oracle.com/technetwork/pt/articles/soa/expondo-servico-oracle-service-bus-2507899-ptb.html

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.

Continue reading →

MetaData Store (MDS) – Part 2: Referencing existing projects to MDS

24 Tuesday Mar 2015

Posted by Uans in BPEL

≈ Leave a comment

Tags

11G, artefatos, BPEL, JDeveloper, MDS, Oracle, SOA, Soa-Suite, WSDL, XSD

After 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:

  • Part 1: Creating and configuring MDS
  • Part 2: Referencing existing projects to MDS
  • Part 3: Sharing the MDS and other servers

Continue reading →

MetaData Store (MDS) – Part 1: Creating and Configuring MDS

19 Thursday Mar 2015

Posted by Uans in BPEL

≈ Leave a comment

Tags

11G, artefatos, Business, Deploy, Deployment, Developer, DVM, Fault Policies, JDeveloper, MDS, Meta Data Store, Oracle, oramds, Rules, Scripts, SOA, SOA Suite 11g, Soa-Suite, WSDL, XML, XSD

In SOA Suite 11g there is a widely used option to share artifacts (WSDL, XML, XSD, DVM, Rules, Scripts, Fault Policies, among others …) through MDS – Meta Data Store facilitating the reuse of these artifacts within the SOA projects

I will help you in this post to create and configure the MDS in JDeveloper. My setup and use of MDS in 3 parts as below. Later you can click on the links to see the other parts.
Continue reading →

Installing Oracle Service Bus 11g – Part 2: Creating Service Bus Domain

13 Friday Mar 2015

Posted by Uans in Installing SOA Suite 11g, OSB

≈ Leave a comment

Tags

11G, Domain, Oracle, OSB, SOA, Soa-Suite, SUDO, WebLogic

After installation Part 1: Installation OSB / OEPE – now we will create our Service Bus Domain

The facility is divided into 2 parts as follows, see the link each to see the other Parties:

  • Part 1: Installation OSB / OEPE
  • Part 2: Creating Service Bus Domain

Continue reading →

Installing Oracle Service Bus 11g – Part 1: Installation OSB / OEPE

09 Monday Mar 2015

Posted by Uans in Installing SOA Suite 11g, OSB

≈ 3 Comments

Tags

11.1.1.7.0, 11G, bus, bus, Oracle Service Bus, OSB, Server, SOA, Soa-Suite

Oracle Service Bus turns complex architectures in networks of agile integrations, connecting, virtualization and creating interactions between services and applications. Oracle Service Bus provides low cost, standards-based integration for mission-critical environments SOA, where the extreme performance, scalability and reliability are critical requirements.

In this post we will make the installation of Oracle Service Bus 11gR1 (11.1.1.7.0) and OEPE – Oracle Enterprise Pack for Eclipse 11gR1 (11.1.1.8)

Continue reading →

Using ForEach BPEL

02 Monday Mar 2015

Posted by Uans in BPEL

≈ Leave a comment

Tags

11G, BPEL, Concatenação, Deploy, Each, EM, For, ForEach, JDeveloper, loop, Oracle, SOA

Something 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

Continue reading →

My first article for OTN – Trabalhando com Attachment no Oracle Service Bus 11g

24 Tuesday Feb 2015

Posted by Uans in OSB, OTN

≈ Leave a comment

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

Continue reading →

Installing Oracle 11g SOASuite – Part 7: Oracle JDeveloper

15 Sunday Feb 2015

Posted by Uans in Installing SOA Suite 11g

≈ Leave a comment

Tags

11G, DataBase, Database Adapter, Developer, Edition, JDeveloper, Linux, SOA, Soa-Suite, SUDO, Ubuntu, XE, XE

In this post we will install Oracle JDeveloper version 11.1.1.7.0

The JDeveloper IDE is used to create and deploy the SOA Composite

The installation is being done on Ubuntu Linux 64bit 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 

Continue reading →

Installing Oracle 11g SOASuite – Part 6: Soa Developer Domain

12 Thursday Feb 2015

Posted by Uans in Installing SOA Suite 11g

≈ Leave a comment

Tags

11G, BPEL, DataBase, Domain, Linux, Port, Server, Soa-Suite, SUDO, XE, XE

In 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 

Continue reading →

Installing Oracle 11g SOA Suite – Part 5: SOA Suite

06 Friday Feb 2015

Posted by Uans in Installing SOA Suite 11g

≈ Leave a comment

Tags

11G, Console, DataBase, Deploy, EM, JDeveloper, Linux, Oracle, SOA, Soa-Suite, Suite

In this post we will install the SOA Suite version 11.1.1.7.0

SOA Suite is the real JEE application that contains the SOA engines
will be deployed on WebLogic.

The installation is being done on Ubuntu Linux 64bit version: 14.04, the minimum hardware and software for Oracle 11g SOA Suite installation can be found here: http://docs.oracle.com/html/E18558_01/fusion_requirements.htm 

Continue reading →

Installing Oracle 11g SOASuite – Part 4: Repository Creation Utility (RCU)

30 Friday Jan 2015

Posted by Uans in Installing SOA Suite 11g

≈ 4 Comments

Tags

11.1.1.7.0, 11G, 14.04, 64bits, Creation, JVM, Oracle, rcu, Respository, Server, SOA, Soa-Suite, SUDO, Ubuntu, Utility, WebLogic

In this post we will install Repository Creation Utility (RCU) version 11.1.1.7.0

The RCU will define the database schema that SOA Suite uses to accomplish its tasks, such as auditing and etc ..

The installation is being done on Ubuntu Linux 64bit 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 

Continue reading →

Installing Oracle 11g SOASuite – Part 3: Oracle WebLogic Server

25 Sunday Jan 2015

Posted by Uans in Installing SOA Suite 11g

≈ Leave a comment

Tags

11G, AdminServer, Console, Database Adapter, Deploy, Deployment, deployments, Domain, EM

In this post we will install Oracle WebLogic Server version 10.3.6.

The WebLogic Server installation provides the JEE environment (as well as the JMS provider) required to run the SOA Suite (a JEE application).

The installation is being done on Ubuntu Linux 64bit 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 

Continue reading →

Installing Oracle 11g SOASuite – Part 2: Java SE Development Kit 7 – JDK

20 Tuesday Jan 2015

Posted by Uans in Installing SOA Suite 11g

≈ Leave a comment

Tags

11G, Deploy, Deployment, Developer, Development Kit, EM, Java, JDeveloper, JDK, jdk7, JRE, Oracle, Script, SOA, Soa-Suite, SUDO, Ubuntu

Continuing our installation process of Oracle SOASuite 11g in this post we will install JDK package

How will we use the generic version of the installer of WebLogic Server 10.3.6, the separate installation of JDK is required. The generic version is independent of operating system, so it does not contain the JDK.

Continue reading →

← Posts Anteriores

Uanderson Carvalho

Engenheiro de sistemas, especialista de integração entre sistemas, Pós-graduado em Administração de Banco de Dados Oracle. Certificado pela Oracle como: Oracle SOA Suite 11g Certified Implementation Specialist

Blog Recognized by

Search

  • Trabalhando com Attachment in OSB 11g
  • Expondo um Serviço Rest no OSB – Parte 2: Transformando Xml em Json Java
  • Exposing a Rest Service on OSB – Part 1: Creating a Rest API

Categories

  • Administration SOA Suite (7)
  • BPEL (28)
  • Events (3)
  • Installing SOA Suite 11g (10)
  • Installing SOA Suite 12c (6)
  • Java (2)
  • Linux (2)
  • OSB (15)
  • OTN (11)
  • ProfessionalsOracle (1)
  • TiSpecialists (1)

Tags

11G AdminServer ALSB Aqualogic BPEL bus bus Business Composer Concatenação Console DataBase Database Adapter DBAdapter Deploy Deployment Developer Domain DVM EM Fila FileAdapter Java Java Message Service JDeveloper JMS Linux loop MDS Mensagem Oracle OSB Proxy Script Server Service Bus SOA Soa-Suite SUDO Ubuntu WebLogic WSDL XE XE XML
June 2025
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
30  
« Sep    

New Posts

  • Trabalhando com Attachment in OSB 11g
  • Expondo um Serviço Rest no OSB – Parte 2: Transformando Xml em Json Java
  • Exposing a Rest Service on OSB – Part 1: Creating a Rest API
  • Instalalling Oracle SOA Suite 12c – Parte 7: Oracle JDeveloper
  • Installing Oracle SOA Suite 12c – Part 6: Configuring o Domain
  • Installing Oracle SOA Suite 12c – Part 5: SOA Developer Domain
  • Installing Oracle SOA Suite 12c – Part 4: Repository Creation Utility (RCU)
  • Installing Oracle SOA Suite 12c – Part 3: SOA Suite 12.2.1.2.0
  • Installing Oracle SOA Suite 12c – Part 2: Java SE Development Kit 8 – JDK
  • Installing Oracle SOA Suite 12c – Part 1: Oracle Database 11g XE

Todos os Posts

  • December 2020 (1)
  • March 2020 (1)
  • February 2019 (1)
  • November 2016 (2)
  • October 2016 (5)
  • September 2016 (1)
  • June 2016 (1)
  • March 2016 (3)
  • February 2016 (2)
  • December 2015 (1)
  • November 2015 (1)
  • September 2015 (2)
  • August 2015 (2)
  • July 2015 (4)
  • June 2015 (6)
  • May 2015 (5)
  • April 2015 (7)
  • March 2015 (8)
  • February 2015 (7)
  • January 2015 (7)
  • December 2014 (6)

Links

  • OTN – Oracle Technology Network
  • Oracle Blogs
  • Oracle Technical Articles
  • Oracle Docs
  • Oracle Downloads
  • Oracle Performance Tunning
  • Soa Community
  • TI Especialistas
  • VrsBrazil
  • Leo’s blog
  • Blog Waslley Souza
  • Victor Jabur’s Blog
  • Blog do DBA/Instrutor Fábio Prado
  • Cicero Ednilson Blog

" Não seja melhor do que as outras pessoas, seja melhor para as outras pessoas !!! "

Uanderson Carvalho

Engenheiro de sistemas, especialista de integração entre sistemas, Pós-graduado em Administração de Banco de Dados Oracle. Certificado pela Oracle como: Oracle SOA Suite 11g Certified Implementation Specialist

Blog Recognized by

Categories

  • Administration SOA Suite (7)
  • BPEL (28)
  • Events (3)
  • Installing SOA Suite 11g (10)
  • Installing SOA Suite 12c (6)
  • Java (2)
  • Linux (2)
  • OSB (15)
  • OTN (11)
  • ProfessionalsOracle (1)
  • TiSpecialists (1)

Tags

11G AdminServer ALSB Aqualogic BPEL bus bus Business Composer Concatenação Console DataBase Database Adapter DBAdapter Deploy Deployment Developer Domain DVM EM Fila FileAdapter Java Java Message Service JDeveloper JMS Linux loop MDS Mensagem Oracle OSB Proxy Script Server Service Bus SOA Soa-Suite SUDO Ubuntu WebLogic WSDL XE XE XML
June 2025
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
30  
« Sep    

New Posts

  • Trabalhando com Attachment in OSB 11g
  • Expondo um Serviço Rest no OSB – Parte 2: Transformando Xml em Json Java
  • Exposing a Rest Service on OSB – Part 1: Creating a Rest API
  • Instalalling Oracle SOA Suite 12c – Parte 7: Oracle JDeveloper
  • Installing Oracle SOA Suite 12c – Part 6: Configuring o Domain
  • Installing Oracle SOA Suite 12c – Part 5: SOA Developer Domain
  • Installing Oracle SOA Suite 12c – Part 4: Repository Creation Utility (RCU)
  • Installing Oracle SOA Suite 12c – Part 3: SOA Suite 12.2.1.2.0
  • Installing Oracle SOA Suite 12c – Part 2: Java SE Development Kit 8 – JDK
  • Installing Oracle SOA Suite 12c – Part 1: Oracle Database 11g XE

Todos os Posts

  • December 2020 (1)
  • March 2020 (1)
  • February 2019 (1)
  • November 2016 (2)
  • October 2016 (5)
  • September 2016 (1)
  • June 2016 (1)
  • March 2016 (3)
  • February 2016 (2)
  • December 2015 (1)
  • November 2015 (1)
  • September 2015 (2)
  • August 2015 (2)
  • July 2015 (4)
  • June 2015 (6)
  • May 2015 (5)
  • April 2015 (7)
  • March 2015 (8)
  • February 2015 (7)
  • January 2015 (7)
  • December 2014 (6)

Links

  • OTN – Oracle Technology Network
  • Oracle Blogs
  • Oracle Technical Articles
  • Oracle Docs
  • Oracle Downloads
  • Oracle Performance Tunning
  • Soa Community
  • TI Especialistas
  • VrsBrazil
  • Leo’s blog
  • Blog Waslley Souza
  • Victor Jabur’s Blog
  • Blog do DBA/Instrutor Fábio Prado
  • Cicero Ednilson Blog

" Não seja melhor do que as outras pessoas, seja melhor para as outras pessoas !!! "

Search

Recent Posts

  • Trabalhando com Attachment in OSB 11g
  • Expondo um Serviço Rest no OSB – Parte 2: Transformando Xml em Json Java
  • Exposing a Rest Service on OSB – Part 1: Creating a Rest API
  • Instalalling Oracle SOA Suite 12c – Parte 7: Oracle JDeveloper
  • Installing Oracle SOA Suite 12c – Part 6: Configuring o Domain

Engenheiro de sistemas, especialista de integração entre sistemas, Pós-graduado em Administração de Banco de Dados Oracle. Certificado pela Oracle como: Oracle SOA Suite 11g Certified Implementation Specialist

As opiniões expressas neste blog são de minha autoria e não refletem as opiniões da empresa que trabalho ou trabalhei. As informações contidas neste blog são escritas com base em experiências pessoais. Você é livre para usar a informação deste blog, mas eu não sou responsável, não me responsabilizo e não vou compensá-lo se acontecer alguma inconveniência ao fazer uso desta informação .