Epson TM-DT Series User Manual page 50

Server direct print
Table of Contents

Advertisement

❏ When the HTTP response (print request) XML data has an error:
A ResponseFile is returned, which includes the printing result in the <Response> tag of the
<ServerDirectPrint> tag.
For details, see
"<PrintData> Tag"
The ResponseFile does not contain the <ePOSPrint> tag or the <ePOSDisplay> tag,
ResponseFile
<response> tag
Use the success element of the <response> tag to confirm the printing result and the control result * of the
customer display.
* For <PrintRequestInfo Version="3.00">
For details about the code element and the status element, refer to the ePOS-Print XML User's Manual.
Item
true
false
On failure, an error code is described in code element.
For details, see
"Error code"
❏ <PrintRequestInfo Version="1.00"> Example of a success
<PrintResponseInfo Version="1.00">
<response xmlns="http://www.epson-pos.com/schemas/2011/03/epos-print" success="true" 
</PrintResponseInfo>
❏ <PrintRequestInfo Version="1.00"> Example of a failure
<PrintResponseInfo Version="1.00">
<response xmlns="http://www.epson-pos.com/schemas/2011/03/epos-print" success="false"
</PrintResponseInfo>
❏ <PrintRequestInfo Version="2.00"> Example of a success
<?xml version="1.0" encoding="utf-8"?>
<PrintResponseInfo Version="2.00">
<ePOSPrint>
<Parameter>
<devid>local_printer</devid>
<printjobid>ABC123</printjobid>
</Parameter>
<PrintResponse>
<response xmlns="http://www.epson-pos.com/schemas/2011/03/epos-print" success="true" 
</PrintResponseInfo>
</ePOSPrint>
<PrintResponseInfo>
50
(p.42).
<?xml version="1.0" encoding="utf-8"?>
<PrintResponseInfo Version="3.00">
<ServerDirectPrint>
<Response Success="false">
<ErrorSummary>Data size is exceeded</ErrorSummary>
<ErrorDetail>Too many job requests</ErrorDetail>
</Response>
</ServerDirectPrint>
</PrintResponseInfo>
Description
Success
Failed
(p.52).
code="" status="251854870" battery="0"/>
code="EX_BADPORT" status="1" battery="0"/>
code="" status="251854870" battery="0"/>

Advertisement

Table of Contents
loading

Table of Contents