Find GIS Service URL on ArcGIS Server

The GIS Service URL is what we use to connect to your GIS data. This article explains how to look up the GIS Service URL.

Instructions

  1. Open the services directory at http://<server name>/arcgis/rest/services
  2. Click on the service of interest.
  3. Click on the layer of interest.he GIS Service URL can be found in the browser address bar. 
  4. The GIS Service URL can be found in the browser address bar. 

Tip 1

Feature services end with ../FeatureServer/<id>. Map services end with ../MapServer.

Example Feature Service

https://<server name>/arcgis/rest/services/<layer name>/FeatureServer/0

Example Map Service

https://<server name>/arcgis/rest/services/<layer name>/MapServer

Tip 2

GIS Service URLs must be secured using https. Modern browsers will not load insecure http services on the secure UtiliSync website. See this article on how to configure https on ArcGIS Server.

Still need help? Contact Us Contact Us