<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic OGC compliant WMS services , Image Services in ArcGIS Enterprise Questions</title>
    <link>https://community.esri.com/t5/arcgis-enterprise-questions/ogc-compliant-wms-services-image-services/m-p/141158#M5528</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have 2 questions concerning WMS services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;According to the documentation Image Services should be OGC compliant for WMS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://ags-sdi.jrc.it:6080/arcgis/help/en/index.html#//015400000411000000" rel="nofollow noopener noreferrer" target="_blank"&gt;http://ags-sdi.jrc.it:6080/arcgis/help/en/index.html#//015400000411000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the following problem: I created an Image service and got the capabilities which are automatically generated by a GetCapabilities Request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I validate the generated xml file, I see the following problems:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: &amp;quot;#FF0000&amp;quot;; font-family: Courier New;"&gt;Unable to locate a reference to a supported schema type (DTD, W3C Schema) within this document instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The solution is to substitute this part&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;WMS_Capabilities version="1.3.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd"&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;with&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;WMS_Capabilities version="1.3.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd"
xmlns="http://www.opengis.net/wms"&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;After this correction there is another error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;GetStyles&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Format&amp;gt;application/vnd.ogc.sld+xml&amp;lt;/Format&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;DCPType&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;HTTP&amp;gt;&amp;lt;Get&amp;gt;&amp;lt;OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://ags-sdi.jrc.it:6080/arcgis/services/Danube_Test_IS/ImageServer/WMSServer"/&amp;gt;&amp;lt;/Get&amp;gt;&amp;lt;/HTTP&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/DCPType&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/GetStyles&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN style="color: &amp;quot;#FF0000&amp;quot;; font-family: Courier New;"&gt;Element &amp;lt;GetStyles&amp;gt; is not allowed under element &amp;lt;Request&amp;gt;.&lt;BR /&gt;Reason: The following elements are expected at this location (see below)&lt;BR /&gt; &amp;lt;wms:GetFeatureInfo&amp;gt;&lt;BR /&gt;Error location: WMS_Capabilities / Capability / Request / GetStyles&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After cutting off the GetStyles section the xml file is valid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I create the service as a map service the xml from the GetCapabilities Request is fine. &lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Is this a problem of ArcGIS Server and will it be resolved ?&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;___________________________________________________________&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Second question:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I encountered the following problem with the map service SampleWorldCities xml from the GetCapabilities Request and also for other services. How can this be fixed ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: &amp;quot;#FF0000&amp;quot;; font-family: Courier New;"&gt;Value '180.000122' is not allowed for element &amp;lt;eastBoundLongitude&amp;gt;.&lt;BR /&gt; Reason: Value '180.000122' violates 'maxInclusive' facet value '180'.&lt;BR /&gt; Error location: WMS_Capabilities / Capability / Layer / EX_GeographicBoundingBox / eastBoundLongitude&lt;BR /&gt; Details&lt;BR /&gt; cvc-maxInclusive-valid.1: For type definition 'wms:longitudeType' the value '180.000122' is not numerically less than or equal to its 'maxInclusive' facet value '180'.&lt;BR /&gt; cvc-datatype-valid.2: The value '180.000122' is not a member of type definition 'wms:longitudeType'.&lt;BR /&gt; cvc-simple-type.1: For type definition 'wms:longitudeType' the string '180.000122' is not valid.&lt;BR /&gt; cvc-type.3.1.3: The normalized value '180.000122' is not valid with respect to the type definition 'wms:longitudeType'.&lt;BR /&gt; cvc-elt.5.2.1: The element &amp;lt;eastBoundLongitude&amp;gt; is not valid with respect to the actual type definition 'wms:longitudeType'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;extract of xml:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;EX_GeographicBoundingBox&amp;gt;&amp;lt;westBoundLongitude&amp;gt;-180.000000&amp;lt;/westBoundLongitude&amp;gt;&amp;lt;eastBoundLongitude&amp;gt;180.000122&amp;lt;/eastBoundLongitude&amp;gt;&amp;lt;southBoundLatitude&amp;gt;-90.000000&amp;lt;/southBoundLatitude&amp;gt;&amp;lt;northBoundLatitude&amp;gt;90.000122&amp;lt;/northBoundLatitude&amp;gt;&amp;lt;/EX_GeographicBoundingBox&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;How can I set this automatically created values in the right way and where (in ArcMap) ?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hilde&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Sat, 11 Dec 2021 07:46:50 GMT</pubDate>
    <dc:creator>HildegardGerlach1</dc:creator>
    <dc:date>2021-12-11T07:46:50Z</dc:date>
    <item>
      <title>OGC compliant WMS services , Image Services</title>
      <link>https://community.esri.com/t5/arcgis-enterprise-questions/ogc-compliant-wms-services-image-services/m-p/141158#M5528</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;SPAN&gt;I have 2 questions concerning WMS services.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;According to the documentation Image Services should be OGC compliant for WMS.&lt;/SPAN&gt;&lt;BR /&gt;&lt;A href="http://ags-sdi.jrc.it:6080/arcgis/help/en/index.html#//015400000411000000" rel="nofollow noopener noreferrer" target="_blank"&gt;http://ags-sdi.jrc.it:6080/arcgis/help/en/index.html#//015400000411000000&lt;/A&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I have the following problem: I created an Image service and got the capabilities which are automatically generated by a GetCapabilities Request.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I validate the generated xml file, I see the following problems:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: &amp;quot;#FF0000&amp;quot;; font-family: Courier New;"&gt;Unable to locate a reference to a supported schema type (DTD, W3C Schema) within this document instance.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;The solution is to substitute this part&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;WMS_Capabilities version="1.3.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd"&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;with&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;WMS_Capabilities version="1.3.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wms http://schemas.opengis.net/wms/1.3.0/capabilities_1_3_0.xsd"
xmlns="http://www.opengis.net/wms"&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN&gt;After this correction there is another error:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;GetStyles&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;Format&amp;gt;application/vnd.ogc.sld+xml&amp;lt;/Format&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;DCPType&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;HTTP&amp;gt;&amp;lt;Get&amp;gt;&amp;lt;OnlineResource xmlns:xlink="http://www.w3.org/1999/xlink" xlink:type="simple" xlink:href="http://ags-sdi.jrc.it:6080/arcgis/services/Danube_Test_IS/ImageServer/WMSServer"/&amp;gt;&amp;lt;/Get&amp;gt;&amp;lt;/HTTP&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/DCPType&amp;gt;
&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &amp;lt;/GetStyles&amp;gt;&lt;/PRE&gt;&lt;BR /&gt;&lt;SPAN style="color: &amp;quot;#FF0000&amp;quot;; font-family: Courier New;"&gt;Element &amp;lt;GetStyles&amp;gt; is not allowed under element &amp;lt;Request&amp;gt;.&lt;BR /&gt;Reason: The following elements are expected at this location (see below)&lt;BR /&gt; &amp;lt;wms:GetFeatureInfo&amp;gt;&lt;BR /&gt;Error location: WMS_Capabilities / Capability / Request / GetStyles&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;After cutting off the GetStyles section the xml file is valid.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;If I create the service as a map service the xml from the GetCapabilities Request is fine. &lt;/SPAN&gt;&lt;BR /&gt;&lt;STRONG&gt;Is this a problem of ArcGIS Server and will it be resolved ?&lt;/STRONG&gt;&lt;BR /&gt;&lt;SPAN&gt;___________________________________________________________&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN&gt;Second question:&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;I encountered the following problem with the map service SampleWorldCities xml from the GetCapabilities Request and also for other services. How can this be fixed ?&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN style="color: &amp;quot;#FF0000&amp;quot;; font-family: Courier New;"&gt;Value '180.000122' is not allowed for element &amp;lt;eastBoundLongitude&amp;gt;.&lt;BR /&gt; Reason: Value '180.000122' violates 'maxInclusive' facet value '180'.&lt;BR /&gt; Error location: WMS_Capabilities / Capability / Layer / EX_GeographicBoundingBox / eastBoundLongitude&lt;BR /&gt; Details&lt;BR /&gt; cvc-maxInclusive-valid.1: For type definition 'wms:longitudeType' the value '180.000122' is not numerically less than or equal to its 'maxInclusive' facet value '180'.&lt;BR /&gt; cvc-datatype-valid.2: The value '180.000122' is not a member of type definition 'wms:longitudeType'.&lt;BR /&gt; cvc-simple-type.1: For type definition 'wms:longitudeType' the string '180.000122' is not valid.&lt;BR /&gt; cvc-type.3.1.3: The normalized value '180.000122' is not valid with respect to the type definition 'wms:longitudeType'.&lt;BR /&gt; cvc-elt.5.2.1: The element &amp;lt;eastBoundLongitude&amp;gt; is not valid with respect to the actual type definition 'wms:longitudeType'.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;extract of xml:&lt;/SPAN&gt;&lt;BR /&gt;&lt;PRE class="lia-code-sample line-numbers language-none"&gt;&amp;lt;EX_GeographicBoundingBox&amp;gt;&amp;lt;westBoundLongitude&amp;gt;-180.000000&amp;lt;/westBoundLongitude&amp;gt;&amp;lt;eastBoundLongitude&amp;gt;180.000122&amp;lt;/eastBoundLongitude&amp;gt;&amp;lt;southBoundLatitude&amp;gt;-90.000000&amp;lt;/southBoundLatitude&amp;gt;&amp;lt;northBoundLatitude&amp;gt;90.000122&amp;lt;/northBoundLatitude&amp;gt;&amp;lt;/EX_GeographicBoundingBox&amp;gt;
&lt;/PRE&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;STRONG&gt;How can I set this automatically created values in the right way and where (in ArcMap) ?&lt;/STRONG&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Thanks for your help.&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;SPAN&gt;Hilde&lt;/SPAN&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sat, 11 Dec 2021 07:46:50 GMT</pubDate>
      <guid>https://community.esri.com/t5/arcgis-enterprise-questions/ogc-compliant-wms-services-image-services/m-p/141158#M5528</guid>
      <dc:creator>HildegardGerlach1</dc:creator>
      <dc:date>2021-12-11T07:46:50Z</dc:date>
    </item>
  </channel>
</rss>

