top of page

Tags

Archive

Short BIP Report - OIC

  • Writer: Satya
    Satya
  • Mar 12, 2021
  • 1 min read

In this Blog , I will Outline the Steps to Create Short BIP Reports which are created to fetch lesser volumes of data.


Use Case : Create a OIC Integration to Accept the Parameters and Invoke the BIP Report and Read the response and send it back as a REST Response.


Connections Required :


1) REST Trigger Connection

2)SaaS BIP Connection


High Level Steps :


1) Rest Trigger

2) Invoke BI

3) Write the Response to Stage

4) Read the Response from Stage

5) Map Read Stage Response to rest Response.

6) Activate & Run


Configure rest Trigger End Point.

ree

Define The Parameters

ree

Configure response Message

ree

ree

ree

Configure RunReport Service


ree

Select Operation As RunReport

ree

ree

ree

Map the Rest request to BIP Invoke

ree

Now Configure the Stage File Operation to write the BIP Response to OIC Stage Area

ree

Add the below Opaque Element As file


<?xml version = '1.0' encoding = 'UTF-8'?>

<schema targetNamespace="http://xmlns.oracle.com/pcbpel/adapter/opaque/"

xmlns="http://www.w3.org/2001/XMLSchema" >

<element name="opaqueElement" type="base64Binary" />

</schema>



ree

Now Configure read File Operation to read the File Written to the OIC Stage.


ree

Create a Csv Schema File with the respective Structure and configure as below.

ree

ree

Now Map the read File Stage Response to the Rest Trigger Response .

your integration will look like below.

ree

Configure the Business Identifiers and and Activite the integration.


ree

Integration Activated

ree

Now you can Invoke this from tools like Postman , Additionally from OIC we can test this as shown below.

Pass the Defined Parameters And Hit test.

ree

Hope This Helps !

Happy learning.

 
 
 

Recent Posts

See All

Comments


Other Posts you may Interested 

Subscribe Form

  • facebook
  • linkedin
bottom of page