0% found this document useful (1 vote)
567 views1 page

Sample XML Bursting Control File Code

This document contains an XML sample code for bursting control. It defines two requests - one to send a daily sales report as an email attachment to a specified email address, and another to upload the same report file to an FTP server in a specified directory. Each request specifies the delivery method (email or FTP), attachment name, template to use to generate the report file, and other delivery details.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (1 vote)
567 views1 page

Sample XML Bursting Control File Code

This document contains an XML sample code for bursting control. It defines two requests - one to send a daily sales report as an email attachment to a specified email address, and another to upload the same report file to an FTP server in a specified directory. Each request specifies the delivery method (email or FTP), attachment name, template to use to generate the report file, and other delivery details.
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 1

Sample XML Bursting Control file Code

<xapi:requestset xmlns:xapi=http://xmlns.oracle.com/oxp/xapi&#8221;
type=bursting>
<xapi:request select=/>
<xapi:delivery>
<xapi:email id=123 server=localhost port=25 [email protected] [email protected]>
<xapi:message id=123 [email protected] attachment=true
subject=ITGR PO REPORT>DAILY SALES BOOKING REPORT Report
output</xapi:message>
</xapi:email>
</xapi:delivery>
<xapi:document output=GRPOREPORT output-type=excel delivery=123>
<xapi:template type=rtf location=xdo://XBOL.ITGROPORDREP.en.00/?
getSource=true filter= />
</xapi:document>
</xapi:request>
<xapi:request select=/>
<xapi:delivery>
<xapi:ftp id=123 server=ftp01.oracle.com user=infitgri password=0wMoz
%tt remote-directory=/DITG1I remote-file=test1.xls />
</xapi:delivery>
<xapi:document output-type=excel delivery=123>
<xapi:template type=rtf location=xdo://XBOL.ITGROPORDREP.en.00/?
getSource=true filter= />
</xapi:document>
</xapi:request>
</xapi:requestset>

You might also like