8.1

Table Of Contents
What to do: Use the user name and password set in the QuarkXPress Server
Manager client Server Configuration dialog box.
If the request succeeds, a transaction success message is written to the QuarkXPress Server transaction
log file. This message includes the date, time, request type, project name, response type, response
size in bytes, and client IP address. For example:
Logs
8/3/2005 17:38:03 getprojinfo/sample.qxp Type: text/xml Size: 386 Client: 127.0.0.1
If an alert displays, an error message is written to the QuarkXPress Server error log file. For example:
8/3/2005 17:45:02 Error Error Code: 10124 The getprojinfo command can only be used for
QuarkXPress 6 documents and later.
http://localhost:8080/getprojinfo/sample.qxp
Example GET
URL
Request object name: GetProjectInfoRequest
sdk.QRequestContext rc = new sdk.QRequestContext();
Example, object
model
if(!this.DocumentSettings1.documentName.Text.Equals(""))
rc.documentName = this.DocumentSettings1.documentName.Text;
rc.request = new GetProjectInfoRequest();
//Create the service and call it with QRequestContext object
QManagerSDKSvcService svc = new QManagerSDKSvcService();
QContentData qc = svc.processRequest(rc);
The getprojinfo parameter only works with projects saved in QuarkXPress 6.0 and later.
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 getprojinfo parameter request.
Getserverinfo
The getserverinfo request handler returns XML information about QuarkXPress Server.
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.
getserverinfo
Namespace
XML containing information about this QuarkXPress server instance.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.
If the request succeeds, a transaction success message is written to the QuarkXPress Server transaction
log file. This message includes the date, time, request type, project name, response type, response
size in bytes, and client IP address. For example:
Logs
The following is a sample of a transaction entry: 8/4/2005 10:34:48 getserverinfo Type: text/xml
Size: 62098 Client: 127.0.0.1
If an alert displays, an error message is written to the QuarkXPress Server error log file. For example:
QXP SERVER 8.1 WEB INTEGRATION GUIDE | 133
USING THE WEB INTERFACE