2020

Table Of Contents
USING QUARKXPRESS SERVER
If you’ve written a Server XTensions module, you can extend the XML interface to
include any changes it makes to the Modifier schema by simply modifying an XML
file and regenerating the stubs.
To exclude empty tags in the request HTML, set the value of the appropriate
variable to null.
For Javadocs, WSDL schemas, and JSP samples, see the Welcome page that displays
when you launch QuarkXPress Server Manager.
The following topics describe the general Web services classes.
QRequestContext
Description
An argument passed to RequestService. Contains settings that must be set
once per request. All chained requests must be set inside the request
context.
Type Web service data object
Members
Name Types Description
documentName String
File or object name on
which the command
will be rendered.
serverName String
Server name. Default
is NULL. Load
balancer searches for
the host itself in this
case.
serverPort Integer
Port at which the
desired server is
listening.
userName String
Server admin
username.
userPassword String
Server admin
password.
maxRetries Integer
Max number of times
to try executing the
command before
returning failure.
requestTimeout Integer
Max time out in
milliseconds.
useCache Boolean
Indicates whether the
cache should be
checked for an
existing result or if the
command should be
executed again.
responseAsURL Boolean
This value indicates
whether the server
A GUIDE TO QUARKXPRESS SERVER 2020 | 39