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

XML Bursting Control File Example

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

XML Bursting Control File Example

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
  • XML Bursting Control Code Sample

Sample XML Bursting Control file Code

<xapi:requestset xmlns:xapi=[Link]
type=bursting>
<xapi:request select=/>
<xapi:delivery>
<xapi:email id=123 server=localhost port=25 from=donotreply@[Link] reply-to=donotreply@[Link]>
<xapi:message id=123 to=[Link]@[Link] 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://[Link].00/?
getSource=true filter= />
</xapi:document>
</xapi:request>
<xapi:request select=/>
<xapi:delivery>
<xapi:ftp id=123 server=[Link] user=infitgri password=0wMoz
%tt remote-directory=/DITG1I remote-file=[Link] />
</xapi:delivery>
<xapi:document output-type=excel delivery=123>
<xapi:template type=rtf location=xdo://[Link].00/?
getSource=true filter= />
</xapi:document>
</xapi:request>
</xapi:requestset>

Sample XML Bursting Control file Code
  <xapi:requestset xmlns:xapi=”http://xmlns.oracle.com/oxp/xapi&#8221; (http://xmlns.or

You might also like