Tuesday, September 08, 2020

Creating a simple Service bus 12.2.1.4.0 project using integrated Oracle Jdeveloper that comes as inbuild with Oracle SOA Packages.

 Note:-

While installing SOA Quickstart to have Oracle Service bus keep below two jar in same folder and execute java -jar fmw_12.2.1.4.0_soa_quickstart.jar using administrator cmd prompt.

fmw_12.2.1.4.0_soa_quickstart.jar
fmw_12.2.1.4.0_soa_quickstart2.jar

You can download these packages from https://www.oracle.com/middleware/technologies/soasuite/downloads.html#
I am using Oracle SOA Suite 12.2.1.4.0 QuickStart
SOA installation is quite streamlined and made simple with single installer that includes JDeveloper, JDev SOA Extension, RCU, Standalone WLS and Service Bus (formerly Oracle Service Bus).

Please refer to this site for complete installation step screen wise.
https://svgonugu.com/2014/07/04/soa-suite-12c-installation/

Lets create a simple hello world SOAP project in JDeveloper using Oracle Service bus 12c [12.2.1.4.0]

Please follow the below given steps
1- Open Jedeveloper

File -> New -> Application –>Service Bus application with Service Bus Project

Click finish

This will create a simple project layout for you. Double click on SampleProjectSB it will open following screen

Now Drag HTTP Service template into proxy bucket as show below

As you can see once we click on finish button IDE also create pipeline/split for us.

Now double click the pipeline/split you will get below screen

Right click on pipeline/split and insert pipeline pair node.


Now add replace in response as shown given below

Thats it we have developed our first SOAP base Oracle Service bus example lets run the project

Right click on the project –> Run

Once you start the server you will get this screen in JEdeveloper

Click on execute button

AS shown above you will be able to see the hello world as repsonse that we set in Stage response.

You can also execute the same from the /sbconsole of the Weblogic server

http://localhost:7101/servicebus/faces/login

After login

Cick on run button on our project console as shown below and you will be able to run the project on Service bus console.

No comments: