RESPONSE | Examples |
<RESPONSE > No Attributes <EXTRACT... /> [Or] <FEATURES... /> [Or] <GEOCODE... /> [Or] <IMAGE... /> [Or] <LAYOUT... /> [Or] <METADATA... /> [Or] <METADATA_ACTION... /> [Or] <RASTER_INFO... /> [Or] <SERVICEINFO... /> [Or] </RESPONSE > | |
Bold: Attribute or child element is
required. |
Example 1: | Back to Top |
<?xml version="1.0"
encoding="UTF8"?> <ARCXML version="1.1"> <RESPONSE> <IMAGE> <ENVELOPE minx="-118.19793324" miny="34.03441917" maxx="-118.12940130" maxy="34.08010713" /> <OUTPUT file="c:\output\world_MYMACHINE2052765.gif" url="http://mymachine.domain.com/output/world_MYMACHINE2052765.gif" /> <LEGEND file="c:\output\world_MYMACHINE2052766.gif" url="http://mymachine.domain.com/output/world_MYMACHINE2052766.gif" /> </IMAGE> </RESPONSE> </ARCXML> |