8.0

Table Of Contents
QManagerSDKSvc
Description
Web service called to process the QuarkXPress Server request. It has a generic
method processRequest() that takes QRequestContext as an argument and
returns QContentData as the QuarkXPress Server response.
Type
Web Service
Methods
processRequest
Parameter
Type
Description
requestCmd
QRequestContext
Argument passed to
QManagerSDKSvc
. Contains settings
that must be set
once per request.
All the chained
requests are set
inside the request
context.
createSession
Parameter
Type
Description
timeout
long
Timeout for the
session in
milliseconds. If no
call is executed in
that time, session is
expired and all the
open documents in
that session are
closed without
saving. If 0 is
passed as value of
timeout, default
timeout is used. If
negative value is
passed as timeout,
session never
expires.
closeAlldocs
Parameter
Type
Description
sessionId
String
Session whose
documents are to
be closed.
closeDoc
Page 13