RESPONSE  Examples

Used in:  RESPONSE  
Servers:  Image   Query   Feature   Extract   Geocode   Metadata   ArcMap  
Parent elements:  ARCXML  

<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.


Description:


Restrictions:


Notes:


   

Examples for RESPONSE:

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>