UansCarvalho

~ Blog for Oracle SOA Developers

UansCarvalho

Category Archives: OSB

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 →

Expondo um Serviço Rest no OSB – Parte 2: Transformando Xml em Json Java

02 Monday Mar 2020

Posted by Uans in Java, OSB

≈ Leave a comment

Tags

API Rest, Java, JSON, OSB, XML

Neste Post vou mostrar um codigo Java pronto que faz a transformação de um XML para um Json e em seguida vou mostrar como devemos exportar este projeto em um arquivo JAR para expor no OSB.

É importante entendermos neste processo como deve ser realizado o export do projeto pois para outros codigos Java devemos fazer de outras formas pois cada código pode existir uma particularidade no caso de dependências.

Continue reading →

Exposing a Rest Service on OSB – Part 1: Creating a Rest API

27 Wednesday Feb 2019

Posted by Uans in Java, OSB

≈ Leave a comment

Tags

API Rest, Java, JSON, OSB

The idea of this Post will be to show how we can expose a Rest Service in OSB, so in this first part we will create a small Rest API using JAVA SpringBoot.

But what is an API ?

Application Programming Interface, this is a set of routines and standards established and documented by an application A, so that other applications can use the features of this application A, without needing to know details of the software implementation.

Continue reading →

Using Java Callout in OSB

20 Tuesday Sep 2016

Posted by Uans in OSB

≈ Leave a comment

Tags

bus, bus, JAR, Java, Oracle, Oracle Service Bus, OSB

In this post I will explain a very useful feature of OSB which we call a Java class, I’ll show how to use the component called Java Callout for this feature..

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 →

Oracle Coherence – What, Features and Benefits

14 Friday Aug 2015

Posted by Uans in OSB

≈ Leave a comment

Tags

Cache

Oracle Coherence – In this and the next posts I will talk a little about this Oracle solution that will help you in performance problems.

See the links below to check the other parts of our project:

  • Oracle Coherence – Part 1: What, Features and Benefits
  • Oracle Coherence – Part 2: Installation and Configuration (Soon)
  • Oracle Coherence – Part 3: Performing a practical example (Soon)

Continue reading →

Working with JMS Messages on OSB – Part 3: Receiving Message

01 Monday Jun 2015

Posted by Uans in BPEL, OSB

≈ Leave a comment

Tags

BPEL, Fila, Java Message Service, JMS, Mensagem, OSB

Post this we get the picture Queue JMS we send as previous post and record it in our DataBase XE.

See the links below to check the other parts:

  • Working with JMS messages on OSB – Part 1: Creating and Configuring Queues
  • Working with JMS messages on OSB – Part 2: Publishing a Message Queue
  • Working with JMS Messages on OSB – Part 3: Receiving Message

Continue reading →

Working with JMS messages on OSB – Part 2: Publishing a Message Queue

20 Wednesday May 2015

Posted by Uans in BPEL, OSB

≈ 2 Comments

Tags

BPEL, Fila, Java Message Service, JMS, Mensagem, OSB

In the previous post we learn to Creating and Configuring a JMS queue, in this post we will learn to create a message and publishes it in our queue created earlier.

See the links below to check the other parts:

  • Working with JMS messages on OSB – Part 1: Creating and Configuring Queues
  • Working with JMS messages on OSB – Part 2: Publishing a Message Queue
  • Working with JMS Messages on OSB – Part 3: Receiving Message

Continue reading →

Working with JMS messages on OSB – Part 1: Creating and Configuring Queues

11 Monday May 2015

Posted by Uans in BPEL, OSB

≈ 2 Comments

Tags

BPEL, Fila, Java Message Service, JMS, Mensagem, OSB

Java Message Service, or JMS is an API for Java middleware oriented messages through the JMS API where two or more applications can communicate by messages.

Let this first Post learn to Create and Configure locally a JMS queue in the Oracle Service Bus Web Console, then learn how to Create a Message to send through this JMS Queue and soon after we will Receive this message and store it in our database using a BPEL process

Continue reading →

Installing Oracle Service Bus 11g – Part 2: Published on OTN

16 Thursday Apr 2015

Posted by Uans in OSB, OTN

≈ Leave a comment

Tags

bus, Soa-Suite

Hello staff plus a post published on OTN and this is related to Oracle Service Bus 11g Installation – Part 2: Creating Service Bus Domain

To see the post directly from Oracle’s site see the link:

http://www.oracle.com/technetwork/pt/articles/soa/criando-service-bus-domain-osb-2519549-ptb.html

Continue reading →

Installing Oracle Service Bus 11g – Part 1: Published on OTN

15 Wednesday Apr 2015

Posted by Uans in OSB, OTN

≈ Leave a comment

Tags

bus, OSB, Soa-Suite, Ubuntu

To see this post directly from Oracle’s site see the link:

http://www.oracle.com/technetwork/pt/articles/soa/instalacao-oracle-osb-11g-oepe-2518029-ptb.html

Or just click the link below to see the post by the blog 😉

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 →

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 →

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 →

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
March 2026
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
3031  
« 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
March 2026
M T W T F S S
 1
2345678
9101112131415
16171819202122
23242526272829
3031  
« 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 .