9.5

Table Of Contents
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.
getlogs
Namespace
The QuarkXPress Server transaction log.Response
HTTP Error #401
Incorrect
administration
Alerts
This alert displays if you specify an invalid administrator user name and password.
realm user
What to do: Use the user name and password set in the QuarkXPress Server Manager
client Server Configuration dialog box.
name and
password.
See Understanding loggingLogs
http://localhost:8080/getlogs
Example GET
URL
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.
Notes
Getprefs
The getprefs request handler returns the current preference settings for QuarkXPress Server
in XML format.
getprefs
Namespace
An XML description of QuarkXPress Server preference settings.Response
HTTP Error #401
Incorrect
administration
Alerts
This alert displays if you specify an invalid administrator user name and password.
realm user
What to do: Use the user name and password set in the QuarkXPress Server Manager
client Server Configuration dialog box.
name and
password.
See Understanding loggingLogs
http://localhost:8080/getprefs
Example GET
URL
// Create the service and call getPreferences method
RequestService requestService = new RequestServiceStub();
Example, object
model
Preferences preferences= requestService.getPreferences("[host]", [port],
"[username]", "[port]");
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.
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.
Getprocessid
The getprocessid request handler returns the process IDs of the master QuarkXPress
Server instance and of all subrender processes running on the computer.
A GUIDE TO QUARKXPRESS SERVER 9.5 | 159
USING QUARKXPRESS SERVER