9.5

Table Of Contents
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/getdocinfo/sample.qxp
Example GET
URL
Request object name: GetDocInfoRequest
sdk.QRequestContext rc = new sdk.QRequestContext();
Example, object
model
if(!this.DocumentSettings1.documentName.Text.Equals(""))
rc.documentName = this.DocumentSettings1.documentName.Text;
rc.request = new GetDocInfoRequest();
//Create the service and call it with QRequestContext object
RequestServiceService svc = new RequestServiceService();
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
Getdocpoollist
The getdocpoollist request handler returns an XML description of all files and folders
in the local document pool, including name, size, type, modification date and time, and
absolute and relative path.
getdocpoollist
Namespace
XML description of files and folders in the local document pool.Response
Use this parameter to get information about a particular directory
in the document pool. For example:
http://server:port/getdocpoollist?directory=images
directory
Parameters
HTTP Error #401Incorrect administration
realm user name and
password.
Alerts
This alert displays if you specify an invalid administrator 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/getdocpoollist
Example GET
URL
Request object name: GetDocPoolListRequest
Example, object
model
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 fileinfo parameter request.
Notes
158 | A GUIDE TO QUARKXPRESS SERVER 9.5
USING QUARKXPRESS SERVER