IMAGESERVERWORKSPACE  Examples

Used in:  CONFIG  
Parent elements:  WORKSPACES  

<IMAGESERVERWORKSPACE Attribute Description Table

     name ="string"
     service ="string"
     url ="string"
>

     No Child Elements
</IMAGESERVERWORKSPACE >
Bold: Attribute or child element is required.


Description:


Restrictions:


Notes:


Attribute Descriptions for IMAGESERVERWORKSPACE:

Attribute Usage Back to Top
name Workspace name. Must be unique among all data sources.
service ArcIMS service name.
url URL points to location of ArcIMS servlet connector (servlet/com.esri.esrimap.Esrimap).
 

Examples for IMAGESERVERWORKSPACE:

Example 1: When in a viewer configuration file. Back to Top
<?xml version="1.0" encoding="UTF-8"?>
<ARCXML version="1.1">
  <CONFIG>
    <ENVIRONMENT>
      <LOCALE country="US" language="en" variant="" />
      <UIFONT color="0,0,0" name="Arial" size="12" style="regular" />
      <SCREEN dpi="96" />
    </ENVIRONMENT>
    <MAP>
      <PROPERTIES>
        <ENVELOPE minx="-180.0" miny="-89.9747543334961" maxx="179.9423828125" maxy="90.0" name="Initial_Extent" />
        <MAPUNITS units="decimal_degrees" />
      </PROPERTIES>
      <WORKSPACES>
        <IMAGESERVERWORKSPACE name="mapper_ws-0" url="http://mycomputer.domain.com/servlet/com.esri.esrimap.Esrimap" service="background" />
      </WORKSPACES>
      <LAYER type="image" name="background" visible="true" id="0">
        <DATASET name="background" type="image" workspace="mapper_ws-0" />
      </LAYER>
    </MAP>
  </CONFIG>
</ARCXML>