how to send to printer using scheduleReport inside soapenv:Envelope here is the code
@<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:pub="http://xmlns.oracle.com/oxp/service/PublicReportService">
<soapenv:Header/>
<soapenv:Body>
<pub:scheduleReport>
<scheduleRequest xsi:type="pub:scheduleRequest">
<pub:reportRequest>
<pub:attributeFormat>rtf</pub:attributeFormat>
<pub:attributeTemplate>Default.rtf</pub:attributeTemplate>
<pub:parameterNameValues>
<pub:item>
<pub:name>BI_ITEMID</pub:name>
<pub:multiValuesAllowed>false</pub:multiValuesAllowed>
<pub:values>
<pub:item>#P350_ITEM#</pub:item>
</pub:values>
</pub:item>
<pub:item>
<pub:name>BI_QTY</pub:name>
<pub:multiValuesAllowed>false</pub:multiValuesAllowed>
<pub:values>
<pub:item>#P350_QTY#</pub:item>
</pub:values>
</pub:item>
<pub:item>
<pub:name>BI_HEADERID</pub:name>