2020

Table Of Contents
USING QUARKXPRESS SERVER
Getlogs
The getlogs request handler returns the current preference settings for
QuarkXPress Server in XML format. If you add ?download=true, the logs are
returned in a .zip file.
Getprefs
The getprefs request handler returns the current preference settings for
QuarkXPress Server in XML format.
box, the browser requests that user name and password when you submit a
fileinfo parameter request.
Namespace getlogs
Response The QuarkXPress Server transaction log.
Alerts
Incorrect
administrati
on 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/getlogs
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 getprefs
parameter request.
Namespace getprefs
Response An XML description of QuarkXPress Server preference settings.
Alerts
Incorrect
administrati
on 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/getprefs
Example,
object model
// Create the service and call getPreferences method RequestService requestService
= new RequestServiceStub(); Preferences preferences=
requestService.getPreferences(“[host]”, [port], “[username]”, “[port]”);
Notes
The getprefs request handler returns preference settings for server configuration
and Status Monitor. It does not return other preference settings, such as the
settings for Deconstruct and PDF workflow.If a user name and password have
A GUIDE TO QUARKXPRESS SERVER 2020 | 173