2016

Table Of Contents
evaluate
Namespace
The default Job Jackets file.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/evaluate/MyProject.qxp?ruleset="MyRuleSet"
Example GET
URL
Request object name: EvaluateRequest
com.quark.qxpsm.QRequestContext rc = new com.quark.qxpsm.QRequestContext();
Example, object
model
if(!this.DocumentSettings1.documentName.Text.Equals(""))
rc.documentName = this.DocumentSettings1.documentName.Text;
rc.request = new EvaluateRequest();
//Create the service and call it with QRequestContext object
RequestService svc = new RequestService();
com.quark.qxpsm.QContentData qc = svc.processRequest(rc);
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 getdocinfo parameter request.
Notes
Exportprefsasjj
The exportprefsasjj request handler returns the default Job Jackets file as an XML
stream. If you add ?download=true. the Job Jackets file is downloaded to the Web
browser's default download location as an XML file.
exportprefsasjj
Namespace
The default Job Jackets file.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/exportprefsasjj
Example GET
URL
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 getdocinfo parameter request.
Notes
Fileinfo
The fileinfo request handler returns XML that contains the creation date,
modification date, and file size of a document.
fileinfo
Namespace
152 | A GUIDE TO QUARKXPRESS SERVER 2016
USING QUARKXPRESS SERVER