8.5

Table Of Contents
rc.documentName = this.DocumentSettings1.documentName.Text;
rc.request = new GetDocInfoRequest();
//Create the service and call it with QRequestContext object
QManagerSDKSvcService svc = new QManagerSDKSvcService();
sdk.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.
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/4/2005 10:34:48 getdocpoollist 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:
8/3/2005 17:49:23 Error Error Code: 10022 Incorrect administration realm user name and
password.
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
Getprefs
The getprefs request handler returns the current preference settings for QuarkXPress Server
in XML format.
getprefs
Namespace
QXP SERVER 8.5 WEB INTEGRATION GUIDE | 127
USING THE WEB INTERFACE