OSB

 

In this script we do not have any JNDIs, DataSources or any adapters. This is simply to demonstrate how to create scripts which can export the project from sbconsole and also import the same on another environment.. say SIT, Prod etc..  
 Sometimes we may encounter the situation where you may need to carry some data (such as credential information or any other information) in a file so that the our client does not have to go to the actual code and do multiple or tricky changes as and when required..
read more?

In order to proceed with creating the OSB Service, we will need few details handy as below:-
a) Server URL
b) Port Number
c) User Name
d) Password..
read more? 

We are creating below a sample xsd and wsdl file which we will use in further posts to create a proxy service and in turn a service bus project...
read more?

We are creating below the files - XSD, WSDL and WADL
These files will be used to create a business service in a service bus project which in turn will call a REST based service...
read more?


In this exercise, we are going to create an OSB (Service Bus) project in JDev (12c).
There 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...
read more?


In previous exercise you learnt how to create a blank OSB Project and the folder structure.
See the exercise here…
Now, we will create proxy service which will be exposed as SOAP service to the external world. We are going to use the artifacts i.e. XSD and WSDL which we had created in our earlier post (Click here to see the post or to copy the XSD and WSDL)
In this exercise, we will create only the proxy service without its pipeline. Pipeline will be created separately as per our need in our next exercise...
read more?


In previous exercise you learnt how to create a Proxy Service in JDev 12c
See the exercise here…
Now, you have seen how we created proxy service (SBDemoPS.proxy) the in our previous exercise. We are now going to create the Business Service using the XSD, WSDL and WADL created in our old post (click here to see the post)
This business service will be used to call the REST API, which is the Exchange Rate service (Fixer.io) to provide the desired result.
In our OSB flow, data is in XML format which is converted into JSON format by the WADL before making the actual call to the provided Exchange Rate (REST API) Service...
read more?


In previous exercises you learnt how to create an OSB Application (and Project), Proxy Service and a Business Service in JDev 12c
Now, we are going to create a Pipeline under ‘Pipelines/Split-Joins’ swim-lane...
read more?

In this exercise we will deploy and test an OSB project created earlier [Click here to see how we created the OSB project]
 Steps:-
 1. Create the jar file of the OSB project...
read more?

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 -------------------...