2017

Table Of Contents
USING QUARKXPRESS SERVER
180 | A Guide to QuarkXPress Server 2017
Getserverinfo
The getserverinfo request handler returns XML information about QuarkXPress
S
erver. The returned information includes the platform on which QuarkXPress
Server is running, the version of QuarkXPress Server, a list of installed fonts and
server XTensions modules, the relevant XTensions server XTensions module IDs, the
startup parameters, and the output styles with which the server is running. Disabled
server XTensions modules are not listed in the response.
Jobjacket
The jobjacket request handler returns a Job Jackets file containing copies of all of
the resources in the specified project. This is similar to what happens when you use
jjname= in a modifier XML request, but it returns the Job Jackets file directly, rather
than writing it to the document pool.
submit a getrendererprefs parameter request.
Namespace getserverinfo
Response
XML containing information about this QuarkXPress server
instance.
Alerts
Incorrect administration 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/getserverinfo
Example, object model
Request object name:
GetServerInfoRequestcom.quark.qxpsm.QRequestContext rc =
new com.quark.qxpsm.QRequestContext();
if(!this.DocumentSettings1.documentName.Text.Equals(“”))
rc.documentName =
this.DocumentSettings1.documentName.Text; rc.request = new
GetServerInfoRequest(); //Create the service and call it with
QRequestContext object 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 getserverinfo parameter
request.
Namespace jobjacket
Response
A Job Jackets file containing copies of all of the resources in the
specified project.
Alerts Incorrect administration realm HTTP Error #401 This alert