The image service WMS 1.3.0 GetCapabilities response does not include the default xmlns attribute.
Last Published: August 25, 2014No Product Found
Bug ID Number
NIM092056
Submitted
May 30, 2013
Last Modified
June 5, 2024
Applies to
No Product Found
Version found
10.1
Version Fixed
10.2.1
Status
Fixed
The bug has been fixed. See the Version Fixed and Additional Information, if applicable, for more information.
Workaround
Use external capabilities files:1. Create the image service and enable a web map service (WMS).2. Make GetCapabilities request to the WMS endpoint (you can start from the WMS link in the image service REST endpoint)<a href="http://myserver.domain.com/arcgis/services/myservice/ImageServer/WMSServer?request=GetCapabilities&service=WMS&version=1.3.0" target="_blank">http://myserver.domain.com/arcgis/services/myservice/ImageServer/WMSServer?request=GetCapabilities&service=WMS&version=1.3.0</a><a href="http://myserver.domain.com/arcgis/services/myservice/ImageServer/WMSServer?request=GetCapabilities&service=WMS&version=1.0.0" target="_blank">http://myserver.domain.com/arcgis/services/myservice/ImageServer/WMSServer?request=GetCapabilities&service=WMS&version=1.0.0</a><a href="http://myserver.domain.com/arcgis/services/myservice/ImageServer/WMSServer?request=GetCapabilities&service=WMS&version=1.1.0" target="_blank">http://myserver.domain.com/arcgis/services/myservice/ImageServer/WMSServer?request=GetCapabilities&service=WMS&version=1.1.0</a><a href="http://myserver.domain.com/arcgis/services/myservice/ImageServer/WMSServer?request=GetCapabilities&service=WMS&version=1.1.1" target="_blank">http://myserver.domain.com/arcgis/services/myservice/ImageServer/WMSServer?request=GetCapabilities&service=WMS&version=1.1.1</a>3. Save the .xml to a location and name them using a prefix followed by the version, e.g. myservice130.xml, myservice100.xml, myservice110.xml, myservice111.xml. 4. Modify the 1.3.0 .xml to include the following in the WMS_Capabilities tag and update other metadata if necessary.xmlns="<a href="http://www.opengis.net/wms" target="_blank">http://www.opengis.net/wms</a>"5. Update the service properties to use external capabilities files:- Connect to the ArcGIS Server through an ArcGIS Desktop Publisher or admin connection.- Navigate to the image service and click Service Properties.- Click WMS and check “Use external capabilities files”.- Provide the corresponding answer to “Specify the location and prefix”.