BIP API - schedule and email report
Summary
BIP API - schedule and email reportContent
Hello,
I am following: Oracle BI Publisher Consulting: How to Schedule a Report with BI Publisher Web Service? , but the part of :
Example:
|
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> * <complexType name="DeliveryRequest"> * <complexContent> * <restriction base="{
0