2020

Table Of Contents
USING QUARKXPRESS SERVER
Exportprefsasjj
The exportprefsasjj request handler returns the default Job Jackets file as an
XML stream. If you add ?download=true. the Job Jackets file is downloaded to the
Web browser’s default download location as an XML file.
Fileinfo
The fileinfo request handler returns XML that contains the creation date,
modification date, and file size of a document.
RequestService svc = new RequestService(); com.quark.qxpsm.QContentData qc =
svc.processRequest(rc);
Notes
If a user name and password have been set in the Server Configuration dialog box,
the browser requests that user name and password when you submit a getdocinfo
parameter request.
Namespace exportprefsasjj
Response The default Job Jackets file.
Alerts
Incorrect
administratio
n realm user
name and
password.
HTTP Error #401 This alert displays if you specify an invalid
administrator user name and password. What to do: Use the user
name and password set in the QuarkXPress Server Manager client
Server Configuration dialog box.
Logs See “Understanding logging.”
Example GET
URL
http://localhost:8080/exportprefsasjj
Notes
If a user name and password have been set in the Server Configuration dialog box,
the browser requests that user name and password when you submit a getdocinfo
parameter request.
Namespace fileinfo
Parameters
action=get
Lets you retrieve the creation date of a file in UTC format. For
example:http://localhost:8080/fileinfo/sample.qxd?
action=get&creationdate
action=set
Lets you set the creation and modification dates of a file in UTC
format. For example:http://localhost:8080/fileinfo/sample.qxp?
action=set&creationdate=10-06-2007 12:12:37 UTC&
modificationdate=10-06-2007 12:12:37 UTC
Response
The following XML code displays the creation date, modification date, and size of
the document.<?xml version=”1.0” encoding=”UTF-8” ?> <FILEINFO>
<CREATIONDATE>08-01-2004 06:14:07 UTC </CREATIONDATE>
<MODIFICATIONDATE>08-01-2004 11:56:56 UTC </MODIFICATIONDATE>
<SIZE>1519616</SIZE> </FILEINFO>
Alerts
Incorrect
administration
HTTP Error #401 This alert displays if you specify an invalid
administrator user name and password.What to do: Use the user
A GUIDE TO QUARKXPRESS SERVER 2020 | 169