Oracle Analytics Cloud and Server

Welcome to the Oracle Analytics Community: Please complete your User Profile and upload your Profile Picture

Schedule OBIEE Report using webservice to checkIn in WCC

Question
2
Views
0
Comments
Dinesh B
Dinesh B Rank 1 - Community Starter

Hi All,

We have generated reports in OBIEE engine & have set WCC as output location to checkIn the report files in WCC post running the job.

Would like to know how to achieve the schedule report , create job & run that report to checkIn in WCC programmatically  using webservices.

Below document have been referred -

https://docs.oracle.com/cd/E28280_01/bi.1111/e22259/reportservice.htm#BIPDV389

Webservice and doc referring -

http://host:port/xmlpserver/services/v2/ReportService?wsdl

http://www.rittmanmead.com/blog/2011/11/accessing-bi-publisher-11g-web-services-through-a-jdeveloper-web-service-proxy/

From OBIEE side, we already have created Content Server as destination so that the report jobs which we are running should write the report documents in WCC. This is working fine from UI interface , we could open the report , run it and send it to output location i.e.content server but need to know how to achieve the same programmatically using web service. While doing analysis we found that under Report Service, runReport() method can be used to send a request to the BI Publisher server to run a specific report. We want to know how to write those reports directly to WCC as runReport () method sending the reports on BI server.

Thanks,
Dinesh