Browsing ArcGIS Server
The ArcGIS Map Web Part browse functionality allows you to add any ArcGIS Server service to the Map Web Part. The services made available by any ArcGIS Server REST endpoint can be viewed by selecting an endpoint from the Browse drop-down list or typing all or part of a REST endpoint's URL.
You can add ArcGIS Server services by browsing as follows:
- To open the Browse panel, click the Add Content button on the Application tab and click Browse from the menu that appears:
- To choose a data source to browse, expand the drop-down list and choose the ArcGIS Server endpoint you want. ArcGIS Server endpoints are shown with a globe icon. Several ArcGIS Server endpoints are included by default: Alternatively, you can type the URL to an ArcGIS Server endpoint and click the magnifying glass icon next to the drop-down list.Note:
The data sources that appear by default in the drop-down list can be modified by editing the ArcGIS Mapping Connections list.
Once you have connected to an ArcGIS Server endpoint, the services and folders provided by that endpoint are displayed in the panel:Note:All or part of the ArcGIS Server endpoint URL can be specified. The full REST endpoint URL must be in the format <scheme>://<host>:<port>/<instance>/rest/services. The host must always be specified, but the other parts of the URL will be filled in automatically with default values if they are not specified. A description of each part, as well as the default value for each, is provided in the table below:
Parameter
Description
Default Value
scheme
The protocol of the URL—http or https
http
host
The domain (for example, serverapps.esri.com) or machine name (for example, serverapps)
N/A
port
The TCP port over which the site or REST endpoint is available. If the scheme is http and the port is 80, or the scheme is https and the port is 443, the port does not need to be specified as part of the URL.
80 if scheme is http; 443 if scheme is https
instance
The name of the ArcGIS Server instance
ArcGIS
- Add a service to the map by selecting the service and clicking the Add Selected Layer button. Five different layer types can be added. Refer to the Layer types topic for information about the different types. The available ArcGIS Server layer types are as follows:
- Cached and dynamic map services. Note that these are shown with the same icon in the Browse panel:
- Image services:
- Layers within map services. Note that, since this layer type is rendered on the client, it offers additional functionality such as pop-up windows and symbology configuration:
- Feature service layers. Like layers within map services, this layer type is rendered on the client:
- Cached and dynamic map services. Note that these are shown with the same icon in the Browse panel:
After clicking Add Selected Layer, the layer appears on the Map Contents panel and is added to the map.