8.0

Table Of Contents
What to do: Enter the correct XML file name and resubmit
the request.
The XML
document is not
valid or well
formed.
HTTP Error #500
This alert is displayed when XML tags are not correctly
formed.
What to do: Provide correct XML and resubmit the request.
The XML
document contains
an invalid tag value.
HTTP Error #500
An alert similar to this one is displayed when you enter an
incorrect value for a tag. For example, you enter a string value
for a tag that accepts a numeric value.
What to do: Enter a valid value in all tags of XML and
resubmit the request.
Logs
If the project is successfully rendered, a transaction success message is written to
the QuarkXPress Server Transaction Log file. The transaction entry consists of the
date and time of the request, render type, project name, type of response
produced by the server, size of the response returned in bytes, and client IP
address.
The following is a sample of a transaction entry:
8/3/2005 11:27:42 - jpeg/sample.qxp - Type: image/jpeg - Size: 31715 - Client:
127.0.0.1
If an alert is displayed, an error message is written to the QuarkXPress Server
error log. The following is a sample of an error log entry:
Example GET
URL
http://localhost:8080/sample.qxp?modify=file:C:\updateBox.xml
where the updateBox.xml file exists in the C:
drive of the server.
On Mac OS: The URL format is:
http://localhost:8080/sample.qxp?modify=file:MacHD:xml:updateBox.xml
where the
updateBox.xml file exists in the xml folder of MacHD.
http://localhost:8080/sample.qxp?modify=<xml-string>
where the xml-string
tag consists of valid XML commands of image properties. For example:
http://localhost:8080/sample.qxp?modify=
<PROJECT><LAYOUT><ID UID="Layout1"/><SPREAD><ID UID="1"/>
<BOX BOXTYPE="CT_PICT" COLOR="Blue" SHADE="50"
OPACITY="50">
<ID NAME="MOUNTAINS"/><CONTENT> file:Services.eps</CONTENT>
</BOX></SPREAD></LAYOUT></PROJECT>
Example 1, Object
Model
Request Object Names :
ModifierRequest
ModifierRequestContents
Layout
ID
Page 118