Invoke Oracle BI Report using Web Services

Arun Raj
3 min readJul 18, 2019

Before we start, I am assuming that you have some knowledge of Oracle BI and PowerShell. You can use similar concepts to invoke Web Service using Python, Java, cURL. I will be writing another post on invoking the BI report using Python. This post focuses on a report developed in Oracle Cloud.

You may also read my previous blog on loading data from Oracle Cloud to Oracle EPM. In that post I utilized the ReportService web service. It worked pretty well.

However one of the drawbacks was the fact the user name and password were part of the payload, which is not a good practice.

In this post we will be looking at an alternate Web service; ExternalReportWSSService. As you will see later in the post, the advantage of this web service is that you can pass the authentication details as part of the Request Header. So let’s get started.

At a high level below are the steps involved in the process:

  1. Read BI login credential details
  2. Construct the SOAP request Header with authentication values
  3. Invoke BI Report
  4. Decode the base64 response and Generate CSV File

Read BI Login Credential Details

--

--

Arun Raj

Mostly write about Oracle Cloud ERP and EPM related Topics. Interested about emerging AI technologies, Python and Low Code Tools