Use case: We will create a simple REST api which will can be invoked from outer world using Oracle Integration Cloud(OIC) or Integrated cloud service(ICS). Lets assume the simple use case to build this REST API.We need to get list of all employee in the organisation passing a simple query string parameter which is OrganisationId. … Continue reading Create a REST Service using OIC/ICS
Tag: Rest Adapter
Create a REST service with OSB 12c.
To create a rest service with OSB 12c please use below steps: 1>Create an OSB application 2>Create OSB project Create OSB Project 3>Create REST adapter in proxy service pane Please verify that Full path will be http://host-port/proxy-uri/relative-path Add method name and map the REST method with it for e.g here method name is getEmpDetails and … Continue reading Create a REST service with OSB 12c.