Creating a Service Bus (OSB) Project in 12c

In this exercise, we are going to create an OSB (Service Bus) project in JDev (12c).

These is a REST based Exchange Rate service (Fixer.io is a free JSON API) for getting the exchange rates or say conversion of one currency into another.
We will create an OSB Service and will expose it as a SOAP service. This service will in turn call the REST based Exchange Rate service (Fixer.io) and provide the desired result.

Follow the steps below:-

 
Give a meaningful name to the OSB Application
 
 
 
Give a meaningful name to the OSB Project
 
 
 Folder structure after creating the OSB project will look like as below:-
 





































Finally the folder structure of the project should look like this (Not mandatory but we are going to follow this standard in our project in coming exercised). Create folders as below:-




Now, lets move further with the Proxy Service creation.. click here to see the exercise

Featured Post

How to create an AQ (Advanced Queue) on Oracle DB

Keywords: Advanced Queue, AQ, AQ Creation, Queue, Queue Creation, How to create a queue, Queue in SOA, SOA, OSB, BPEL -------------------...