8.0
Table Of Contents
- Overview
- New and enhanced features
- Getting started
- Functions
- Function overview
- Render types
- Content modifiers
- Render modifiers
- XML modify
- XML deconstruct and construct
- About XML deconstruct/construct
- xml
- construct
- Deconstructing a project
- Constructing a project
- Working with pages and spreads
- Working with layers
- Working with boxes
- Working with pictures
- Working with text
- Working with tables
- Working with Composition Zones
- Using server XSLT
- Working with lists
- Working with anchored boxes
- Working with placeholders
- Working with metadata
- Working with hidden text
- Administrative Request handlers
- The Modifier DTD
- Sample applications
- Contact Quark
- Legal notice
Interpreting the QuarkXPress
Server response
Success scenario
When QuarkXPress Server Manager successfully processes a request through the HTTP interface, the
response is the same as QuarkXPress Server's response unless the user has given additional parameters
to Manager - e.g, response as url, response redirect, use cache, etc. See the User Guide for all the
additional parameters available through the Manager HTTP interface.
Failure scenario
In case of error, QuarkXPress Server Manager retries the request on the same or different
QuarkXPress Server depending on the error and global settings done in the admin client of QuarkXPress
Server Manager. See the User Guide for the details. If Manager is unable to process the request, it sends
back an XML error response in addition to all the header error codes returned by QuarkXPress Server.
The XML contains all the details of error that occurred. Such an XML error response might look like
this:
<?xml version="1.0" encoding="UTF-8" ?>
- <error>
<httpresponsecode>404</httpresponsecode>
<xpressservererrorcode>-43</xpressservererrorcode>
<xpressservererrormessage>File not found.</xpressservererrormessage>
<xpressserverextendedmessage> <![CDATA[ Error #-43 - File not found. ]]>
</xpressserverextendedmessage>
<xpressservermanagererrorcode>M8000001</xpressservermanagererrorcode>
<xpressservermanagererrormessage>The server could not locate the specified
file.</xpressservermanagererrormessage>
</error>
Related topics:
Getting started: HTTP
Dissecting a QuarkXPress Server URL
Using HTTP GET and POST requests
Function overview
Page 28