0% found this document useful (0 votes)
35 views13 pages

DB Adapter: Create A Osb Project

This document provides instructions for creating an OSB project that connects to a database using a JCA file. The steps are: 1. Create an OSB project with four folders - Business Service, Proxy Service, Resources, and XQuery. 2. Copy WSDL, JCA, mapping files and an XSD schema file into the appropriate folders. 3. Create a business service from the WSDL and JCA files, a proxy service that calls the business service, and an XQuery file to transform messages. 4. Configure the proxy service pipeline to use the XQuery transform before publishing to the business service.

Uploaded by

nareshkumar6001
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
35 views13 pages

DB Adapter: Create A Osb Project

This document provides instructions for creating an OSB project that connects to a database using a JCA file. The steps are: 1. Create an OSB project with four folders - Business Service, Proxy Service, Resources, and XQuery. 2. Copy WSDL, JCA, mapping files and an XSD schema file into the appropriate folders. 3. Create a business service from the WSDL and JCA files, a proxy service that calls the business service, and an XQuery file to transform messages. 4. Configure the proxy service pipeline to use the XQuery transform before publishing to the business service.

Uploaded by

nareshkumar6001
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
You are on page 1/ 13

DB ADAPTER

Create a osb project

Create four folders naming


1)Business Service
2)Proxy Serice
3)Resources
4)Xquery

First of all copy .wsdl,.jca and mappings files created in jdeveloper and xsd file in
xsd folder where the location is C:\JDeveloper\mywork\StudentDB\Project1

Now open insert_stu.wsdl in eclipse and remove xsd folder name

now right click on .jca fie and follow as

click on generate service and create it


Now drag .biz file in Business Service Folder
Now create a wsdl file as studentPs which is input for Business service

now create squery transformtion

if it does not link to each other click source and change as it is

now create proxy service in its folder

Select wsdl web service and browse StudentPS.wsdl in resources

click ok
Go to message flow

Drag pipe line pair and stage

Now drag Reaplace

Give xpath as *
Invariable as body

Expression as

Now browse xquery file in its folder

click ok
Now drag Publish

and browse .biz file in Business Service and select operation

Save and publish it

You might also like