You're almost there! Please answer a few more questions for access to the Applications content. Complete registration
Interested in joining? Complete your registration by providing Areas of Interest here. Register

BIP API - schedule and email report

Received Response
7
Views
1
Comments
edited Sep 11, 2019 5:18AM in Oracle Analytics 1 comment

Summary

BIP API - schedule and email report

Content

Hello,

I am following: Oracle BI Publisher Consulting: How to Schedule a Report with BI Publisher Web Service?  , but the part of :

Example:


DeliveryRequest dr = new DeliveryRequest();
dr.setEmailOption(em);

is giving error. Opening the class(DeliveryRequest) i found it has not the referred method (setEmailOption):

package api.types;import javax.xml.bind.annotation.XmlAccessType;import javax.xml.bind.annotation.XmlAccessorType;import javax.xml.bind.annotation.XmlElement;import javax.xml.bind.annotation.XmlType;/** * <p>Java class for DeliveryRequest complex type. * * <p>The following schema fragment specifies the expected content contained within this class. * * <pre> * &lt;complexType name="DeliveryRequest"&gt; *   &lt;complexContent&gt; *     &lt;restriction base="{

Howdy, Stranger!

Log In

To view full details, sign in.

Register

Don't have an account? Click here to get started!