9.2

Table Of Contents
HTTP Error #401
Incorrect
administration
Alerts
This alert displays if you specify an invalid administrator user name and password.
realm user
What to do: Use the user name and password set in the QuarkXPress Server Manager
client Server Configuration dialog box.
name and
password.
See Understanding loggingLogs
http://localhost:8080/getrendererprefs
Example GET
URL
The schema for the returned XML stream can be found at webapps/ROOT/QuarkXPress Server
Renderer/QXPSRendererPreferences.xsd.
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 getrendererprefs 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.
See Understanding loggingLogs
http://localhost:8080/getserverinfo
Example GET
URL
Request object name: GetServerInfoRequest
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 GetServerInfoRequest();
//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 getserverinfo parameter request.
Notes
126 | QXP SERVER 9.2 WEB INTEGRATION GUIDE
USING THE WEB INTERFACE