Convert HTTP GET to POST in OSB REST service
This is very important and useful blog for all who has developed OSB REST API using HTTP GET verb and quickly want to convert into HTTP POST verb. That change […]
This is very important and useful blog for all who has developed OSB REST API using HTTP GET verb and quickly want to convert into HTTP POST verb. That change […]
In the previous article, I have demonstrated how to perform select operation on the database using DB adapter. Now it’s time to perform insert operation on the database. It’s required […]
In the series of blogs, we are gonna to look step by step instructions on how to setup OSB 12c on the linux/unix machine There are some prerequisites that you […]
This blog provides instructions of how to configure a OSB domain by using the configuration wizard. 1) To begin the domain configuration, navigate to the ORACLE_HOME/oracle_common/common/bin directory and start the WebLogic […]
This blog describes how to create schemas that is mandatory to run Oracle Service Bus successfully. We can use Repository Creation Utility (RCU) to create the necessary schemas. The RCU or […]
This blog provides instructions for installing and running the Oracle installer for Oracle Service Bus 12.1.3. Oracle Service Bus 12.1.3 supports Oracle JDK 1.7.0_55+ version. Oracle JDK can be downloaded […]
1) What is Oracle Service Bus and Key features ? 2) What is difference between Oracle SOA Suite and OSB ? 3) What is Business Service ? […]
OSB is an ‘A proven, lightweight integration Enterprise Service Bus (ESB) specifically designed for the task of integrating, virtualizing, and managing services in a shared services infrastructure, Oracle Service Bus allows […]
In my previous blog, i have demonstrated how to send message in the JMS queue using the OSB JMS adapter. Now, we are gonna to extend this blog and show […]
JMS Adapter (also known as Oracle JCA Adapter for JMS) is a component available with Oracle SOA Suite or Oracle Service Bus (OSB) which provides a very powerful way to […]
The split join is very useful tool in Oracle Service Bus to process message in parallel. Split join is useful to reduce the response time as it process the message […]
It is always required to change environment specific values when we move our code from one environment to different environment. For example: we are moving our code from development environment […]