How To Send BIP Report Output To Object Storage via ScheduleService WSDL
(Doc ID 2856030.1)
Last updated on DECEMBER 04, 2023
Applies to:
Oracle Analytics Cloud - Version 106.0.0 and laterInformation in this document applies to any platform.
Goal
How to send BIP report output to Object Storage via SOAP calls. The SOAP call is done using Oracle Stored Procedure.
BIP Report Delivery options have object storage on the UI, however that option is not available in the WSDL.
<complexType name="DeliveryChannels">
<sequence>
<element name="emailOptions" nillable="true" type="impl:ArrayOfEMailDeliveryOption"/>
<element name="faxOptions" nillable="true" type="impl:ArrayOfFaxDeliveryOption"/>
<element name="ftpOptions" nillable="true" type="impl:ArrayOfFTPDeliveryOption"/>
<element name="localOptions" nillable="true" type="impl:ArrayOfLocalDeliveryOption"/>
<element name="printOptions" nillable="true" type="impl:ArrayOfPrintDeliveryOption"/>
<element name="wccOptions" nillable="true" type="impl:ArrayOfWCCDeliveryOption"/>
<element name="webDAVOptions" nillable="true" type="impl:ArrayOfWebDAVDeliveryOption"/>
</sequence>
</complexType>
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |