Select to view content in your preferred language

ArcGIS server GetCapabilities URL format?

8266
1
Jump to solution
08-26-2013 11:54 AM
by Anonymous User
Not applicable
Original User: kmjohnson

I'm trying to access some WMS layers from an ArcGIS server using GeoServer. In order to do this, I need to enter the capabilities URL for the ArcGIS server. I've looked for documentation about what the format would be, but haven't found anything. What I've been trying to use is:

http://theserver/arcgis/rest/services/images/ortho_1990/ImageServer/WMSServer?VERSION=1.1.1&REQUEST=...

but this keeps returning errors.

Can anyone tell me what the format for a WMS GetCapabilities request to an ArcGIS server should be?
0 Kudos
1 Solution

Accepted Solutions
IsmaelChivite
Esri Notable Contributor
Try this:
.../arcgis/services/YourMapServiceName/MapServer/WMSServer?request=GetCapabilities&service=WMS

Help topic:
http://resources.arcgis.com/en/help/main/10.2/index.html#/Communicating_with_a_WMS_service_in_a_web_...

Ismael Chivite

View solution in original post

0 Kudos
1 Reply
IsmaelChivite
Esri Notable Contributor
Try this:
.../arcgis/services/YourMapServiceName/MapServer/WMSServer?request=GetCapabilities&service=WMS

Help topic:
http://resources.arcgis.com/en/help/main/10.2/index.html#/Communicating_with_a_WMS_service_in_a_web_...

Ismael Chivite
0 Kudos