The print profile status servlet receives and processes
XML-formatted status messages about WebSphere® Premises Server print
jobs or individual tags.
The XML message must be bundled into a URL for the servlet. The
URL must contain the following parameters:
- eventType
- A type identifier, either RfidWrite/signal/labelprint/job/status
for job status or RfidWrite/signal/labelprint/tag/status for tag status.
- eventTopic
- A topic identifier, either ibmse/printer_name/RfidWrite/signal/labelprint/job/status
for job status, or ibmse/printer_name/RfidWrite/signal/labelprint/tag/status
for tag status, where printer_name is the name
of the printer device as configured in the WebSphere Premises Server Administrative Console.
- eventXml
- The XML message containing the job or tag status information.
See Configuration samples for print profile support for examples of
the servlet URLs and XML for updating the print job or tag status.