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

XML Bursting Control Guide

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)
623 views1 page

XML Bursting Control Guide

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 from=donotreply@integrals.com reply-to=donotreply@integra-ls.com>
<xapi:message id=123 to=viral.thakker@integra-ls.com 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