Categories
- All Categories
- 15 Oracle Analytics Sharing Center
- 15 Oracle Analytics Lounge
- 215 Oracle Analytics News
- 43 Oracle Analytics Videos
- 15.7K Oracle Analytics Forums
- 6.1K Oracle Analytics Idea Labs
- Oracle Analytics User Groups
- 78 Oracle Analytics Trainings
- 15 Oracle Analytics Data Visualizations Challenge
- Find Partners
- For Partners
Schedule OBIEE Report using webservice to checkIn in WCC

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
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