Running, printing, and viewing a document : Running or printing a job : Understanding SubmitJob
 
Understanding SubmitJob
UseSubmitJob to specify a file to run or print. The input file can be BIRT design (.rptdesign) file, an external executable file, a report document such as a BIRT document (.rptdocument) file, or a report object value (.rov) file. If the input file is dependent on an executable file, BIRT iHub uses the executable file as the input.
The following example schedules a job, Sample Report, to run a report, SampleReport.rptdesign, and output a file, SampleReport.rptdocument:
<SOAP-ENV:Body>
<SubmitJob>
<JobName>SampleReport</JobName>
<Priority>1000</Priority>
<InputFileName>/report/SampleReport.rptdesign;1
</InputFileName>
<RunLatestVersion>false</RunLatestVersion>
<RequestedOutputFile>
<Name>/report/SampleReport.rptdocument</Name>
</RequestedOutputFile>
<Operation>RunReport</Operation>
<ParameterValues

</ParameterValues>
</SubmitJob>
</SOAP-ENV:Body>