2016

Table Of Contents
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
name and
password.
What to do: Use the user name and password set in the QuarkXPress Server
Manager client Server Configuration dialog box.
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.
getprocessid
Namespace
An XML description of the process IDs of the master QuarkXPress Server instance and of all
subrender processes running on the computer. For example:
<PROCESSID>
<MASTER>
Response
<ID>3936</ID>
<STATUS>BUSY</STATUS>
</MASTER>
<SUBRENDERERS>
<SUBRENDERER>
<ID>1736</ID>
<STATUS>BUSY</STATUS>
</SUBRENDERER>
</SUBRENDERERS>
</PROCESSID>
http://localhost:8080/getprocessid
Example GET
URL
Getprojinfo
The getprojinfo request handler returns XML information about a QuarkXPress
project that is in the document pool or has been supplied as part of a multipart HTTP
request. The returned information identifies the operating system, the version of
QuarkXPress in which the project was created, the size of the project, the page properties
for the project's layouts, and information about named boxes and synchronized text.
getprojinfo
Namespace
A GUIDE TO QUARKXPRESS SERVER 2016 | 157
USING QUARKXPRESS SERVER