GET_SERVICE_INFO  Examples
 
Used in:  REQUEST  
Parent elements: 
REQUEST  
<GET_SERVICE_INFO Attribute Description Table
     dpi ="1 - NNN"
     envelope ="true | false"  [true]
     extensions ="true | false"  [true]
     fields ="true | false"  [true]
     renderer ="true | false"  [true]
>


     No child elements
</GET_SERVICE_INFO >
 
 

Description:

    Used to request information about each layer in a MapService. The request has options for returning information on the fields, envelope, extensions, and renderers.
 

Restrictions:

    None
 

Notes:

 

Attribute Descriptions for GET_SERVICE_INFO:

Attribute Usage Back to Top
dpi Dots per inch (dpi). Used for calculating the correct scale thresholds for scale dependent elements such as SCALEDEPENDENTRENDERER, LAYER, and OBJECT. The dpi value used in request overrides the value used in a MapService.
envelope Toggle to get information on the envelope for featureclass layers in a MapService. Featureclass layers include shapefile and ArcSDE layers.
extensions Toggle to get information on any MapService extensions in featureclass layers.
fields Toggle to get information on available fields for each featureclass layer in the MapService.
renderer Toggle to get renderer information for featureclass layers in a MapService.
 

Examples for GET_SERVICE_INFO:

Example 1: Back to Top
<?xml version="1.0" encoding="UTF-8"?>
<ARCXML version="1.1">
  <REQUEST>
    <GET_SERVICE_INFO fields="false" envelope="false" renderer="false" extensions="true" />
  </REQUEST>
</ARCXML>