Installation Manual
Table Of Contents
- Chapter 1. About Bodno
- Chapter 2. Installation and Support
- Chapter 3. Getting Started
- Chapter 4. Design
- 4.1 - Workspace
- 4.2 - Document Properties
- 4.3 - Document Objects
- 4.4 - Object Properties
- Chapter 5. Database
- Chapter 6. Printing
- Chapter 7. Encoding
- Chapter 8. Users
- Appendix A - DIAMOND Net License
- Appendix B - Advanced Print Operations
- Appendix C - Encoding
- Appendix D - Barcodes
- Appendix E - Link Image to DB Field
Appendix B - Advanced Print Operations 219
© 2018 Bodno
Appendix B.2.6 - Print Job Status Request
As print jobs are sent to the Web Print Server to be printed, they are attributed a
print job id. This id can later be used to request the current status of the print
job.
This can be achieved with a print job status request.
The print job status request follows the same norms as a regular print job, but
instead of sending the cardDocument element, a getJobStatus element is sent
with a printJobId attribute containing the ID of he print job for which the status
is to be returned.
Upon receiving a print job status request the Web Print Server will return a
response (read more on Appendix B.2.6 - Print Server Response )
Below is a sample of the XML structure of a Print Job Status Request which will
return the status of the print job with the ID 5 as specified by the printJobId
element.
<?xml version="1.0" encoding="utf-8"?>
<Bodno xmlns="http://tempuri.org/wpsRequest.xsd">
<login>
<name>ADMIN</name>
<password>admin</password>
</login>
<getJobStatus printJobId="5"/>
</Bodno>










