SOA : Tutorial - Search Employee

SOA : Tutorial - Search Employee
Lets create an employee search service using Oracle SOA. We will create a service which will take an employee name as input return the employee details as output. We will use the sample HR schema which is available in the Oracle XE database. Prerequisites:...

ADF : Tutorial - Find weather using ADF and SOA

ADF : Tutorial - Find weather using ADF and SOA
A webservice is exactly what its name says, it is just a service. It will provide you with a service like for eg: taking a city name as an input and providing you with the corresponding weather details as an output. You don't have to worry about the...

SOA : Tutorial - Hello World

SOA : Tutorial - Hello World
Lets create the equivalent of the famous Hello World program using Oracle SOA. We will create a SOA composite which will take a name, prefix it with Hello and return the output. Prerequisites: 1) You need to Create a SOA project with an empty composite. 2)...

Unlock sample HR schema(emp/dept) in oracle db

Unlock sample HR schema(emp/dept) in oracle db
Oracle database comes with a built in sample schema/user containing the familiar EMP-DEPT tables which can be used for practice. Previously this used to be under the user/schema SCOTT. But in the recent releases this has been replaced with the user/schema...

ADF : Create viewcontroller and model projects in Jdeveloper

ADF : Create viewcontroller and model projects in Jdeveloper
One of the first things to do before you can try your hand at developing ADF artifacts is to create an ADF viewcontroller project. Lets see how to create an ADF viewcontroller project in JDeveloper in a few simple steps. 1) In JDeveloper go to File...

ADF : Create a SOA web service data control

ADF : Create a SOA web service data control
Web services created in SOA can be consumed in a variety of applications. You can build an ADF ui on top of a web service to display the data in a user friendly way. The first step for using a SOA web service in an ADF application is to create a web...

SOA : Create a SOA project in Jdeveloper

SOA : Create a SOA project in Jdeveloper
One of the first things to do before you can try your hand at developing SOA artifacts is to create a SOA project. Lets see how to create a SOA project in JDeveloper in a few simple steps. 1) In JDeveloper go to File --> New 2) Select General...