BI Publisher: How to get a hold of report job ID using web-services
Hello,
We are using the web-services API to schedule reports on BI Publisher using our in-house reporting portal. This is done using the scheduleService.scheduleReport method. This method returns a job instance ID back. Let's say this is the first job ever scheduled in this BIP instance - the job instance ID returned would be 1. However, when the report is finished, the report itself has a report Job ID of 2, which is sent to our portal using the HTTP notification functionality.
Now let us assume we have a report that runs for 1 hour. The user wants to cancel this job in our portal, so we can use the web-services method