ERROR | Examples |
<ERROR | Attribute
Description Table |
machine ="string" processid ="integer" threadid ="integer" > No Child Elements </ERROR > | |
Bold: Attribute or child element is
required. |
Attribute | Usage | Back to Top |
---|---|---|
machine | 1 Machine name where the ArcIMS Spatial Server processing the request resides. | |
processid | 2 Unique identifier for the ArcIMS Spatial Server that processed the request. | |
threadid | 3 ArcIMS Spatial Server instance (thread) processing the request. |
Example 1: | Back to Top |
<?xml version="1.0"
encoding="UTF8"?> <ARCXML version="1.1"> <RESPONSE> <ERROR machine="REYKJAVIK" processid="440" threadid="398"> AXLParser ERROR: 'minx' not found in ENVELOPE </ERROR> </RESPONSE> </ARCXML> |