Browsing ArcGIS Server

The ArcGIS Viewer for Silverlight browse functionality allows you to add an ArcGIS Server service to the Viewer. The services made available by any ArcGIS Server Representational State Transfer (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 uniform resource locator (URL) into the text box.

NoteNote:
If you attempt to connect to an ArcGIS Server REST endpoint and receive a Connection Error, verify that the server contains a clientaccesspolicy.xml file in the web server's root directory (for example, C:\inetpub\wwwroot). See Frequently asked questions for more information.

You can add ArcGIS Server services by browsing as follows:

  1. Click the Browse button on the Map tab to open the Browse panel:
    Map tab
  2. Type the path to the ArcGIS Server endpoint or folder and click the Load Data Source button (magnifying glass icon) next to the drop-down menu. Alternatively, click the drop-down menu and select a previously entered ArcGIS Server endpoint:
    Browse ArcGIS Server
  3. Once you have connected to the desired ArcGIS Server endpoint or folder, the services and folders within that endpoint are displayed in the panel:
    ArcGIS Server results
  4. Select the desired service or layer and click Add Selected Layer. The layer appears in the Configure Layers panel and is added to the map.

You can add a service to the map by selecting the service and clicking Add Selected Layer. See the Layer Types topic for information about the different types of layers that can be added. The available ArcGIS Server layer types are as follows:

NoteNote:

All or part of the ArcGIS Server endpoint URL can be specified. When the full REST endpoint URL is specified, it 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 following table:

Parameter

Description

Default Value

scheme

Protocol of the URL—http or https.

http

host

Domain (for example, serverapps.esri.com) or machine name (for example, serverapps).

N/A

port

Transmission Control Protocol (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

Name of the ArcGIS Server instance.

ArcGIS

1/26/2015