Hello World in Oracle SOA 12C(For beginners)

Hello World in Oracle SOA 12C(For beginners)

 Open Jdeveloper 12C


 

Click on New Application and Select SOA Application under Applications




Enter Application Name and click on Next



Enter Project Name and click on Next


Click on Finish


New SOA Empty Project will get created


Drag BPEL Process from Components to Blank Composite


Empty BPEL Process will get created like the below

  
Double click on BPEL Process component section in the middle. Drag Assign Component from Components and keep it In between receive input and callback client


Assign input from Left to result in the right with an Expression as show below.

Save all the changes and Deploy to Application Server. New Application Server can be created from window in the Menu bar
 

Right click on your project and click on Deploy and select your application server to deploy the BPEL Process.

  
Login in to the EM Console.
http:// hostname:7001/em and login with default user weblogic.
Expand the Target Navigation Tree and select SOA and expand it.

Select  SOA folder under soa_domain1 

Select Default Folder and navigate inside folder



Double Click on the Compsite Deployed Earlier and clikc on Test Button


Input the Payload and click on the Test Web Service Button

    
Done. You should be Able ot See "Hello " Appended with the input payload. 

 





No comments