web analytics
free online training

Archive for May 2011

Oracle Service Bus Hello World!

In this lesson we are going to create our first Hello World service. This requires us to create a Business Service, a Proxy Service and import an External Service we created earlier using . Installed Hello World BPEL process is a pre-requisite for this lesson. Also, please see Introduction to OSB for an overview of the product.

Login to OSB console using the URL http://localhost:7001/sbconsole. This URL may change based on your server’s hostname and port number.

image

Click on “Create” under Change Center to create an exclusive session for our Helloworld project. This ensures that resulting changes are not in conflict with other users’ work.

image

VN:F [1.9.17_1161]
Rating: 10.0/10 (2 votes cast)
VN:F [1.9.17_1161]
Rating: 0 (from 0 votes)

Browsing MDS Repository from SOA Server

Following  SOA 11g MDS lesson, if you want to confirm whether SOA Metadata has been successfully deployed, here is how you can do it. The deployed SOA metadata will be available through soa-infra partition on the server.

Step1: Create database connection to MDS schema.

File –> New –> Connections –> Database Connection

image

Create a DB connection to MDS schema, in my case DEV_MDS.

image

Step2: Create MDS connection to soa-infra partition.

Create File –> New –> Connections –> SOA-MDS Connection

image

Create MDS Connection

image image

Related posts