8.1

Table Of Contents
Creates a new document for modification and keeps it open until further
notice. The document is created with a single layout. To create a more complex
newDoc
document, use the processRequestEx API. If a document with the same name
is already open, an error is returned. If the session does not exist, an error is
returned.
DescriptionTypeParameter
Document to be opened for
modification. Provide the name
String
docName
only. You can proivde a relative
path when you save the document.
Name of the Job Jackets file to be
used. The Job Jackets file is assumed
String
jobJacketName
to be already available on the
QuarkXPress server computer.
Name of the Job Ticket to be used.String
jobTicketName
The QuarkXPress Server instance
that should be used for this
String
host
document modification. If null, this
value is supplied by the load
balancer. If the indicated server is
not an active registered server, an
error is thrown.
The port for the server specified in
the host parameter.
Integer
port
Session in which the document
should be opened.
String
sessionId
Opens the specified document and keeps it open until further notice. If the
document is already open, an error is returned. If the session does not exist,
an error is returned.
openDoc
DescriptionTypeParameter
Document (along with relative path
if required) to be opened for
modification.
String
docName
QuarkXPress Server instance which
should be used for this document
String
host
modification. If null, this value is
supplied by the load balancer. If the
indicated server is not an active
registered server, an error is thrown.
The port for the server specified in
the host parameter.
Integer
port
Session in which the document
should be opened.
String
sessionId
Executes the request context. If a session ID is specified, the document is kept
open after the request is executed. If no session ID is specified, the request is
processRequestEx
QXP SERVER 8.1 WEB INTEGRATION GUIDE | 21
GETTING STARTED