Create a REST service with OSB 12c.

To create a rest service with OSB 12c please use below steps:

1>Create an OSB application

1

2>Create OSB project

2
Create OSB Project

3>Create REST adapter in proxy service pane

8

Please verify that Full path will be http://host-port/proxy-uri/relative-path

5

Add method name and map the  REST method with it for e.g here method name is getEmpDetails and HTTP verb/method GET is mapped with it.

6
7

After completing this adapter looks like

Now drop a pipeline and name it.

8

Configure it with previously created REST adapter and uncheck expose as proxy service option

9

And after finishing link them together

10
11

Deploy the service and test it with SOAP-ui

12
13

Hope this helps you.

Leave a comment