Feedback from Jukka Rahkonen on https://osgeo-org.atlassian.net/browse/GEOS-10058 is that:
> Many of the links to GetCapabilities of the services do not follow the OGC standards.
Further conversation reveals that:
> GetCapabilities &version=x.y.z may be incorrect? Some protocols use AcceptVersions (example from WCS docs service=wcs&AcceptVersions=1.1.0&request=GetCapabilities).
And the following list:
> http://localhost:8080/geoserver/ows?service=wms&version=1.3.0&request=GetCapabilities
>
> http://localhost:8080/geoserver/ows?service=wms&version=1.1.1&request=GetCapabilities
>
> http://localhost:8080/geoserver/gwc/service/wms?request=GetCapabilities&version=1.1.1&tiled=true
>
> http://localhost:8080/geoserver/gwc/service/wmts?services=WMTS&version=1.1.1&request=GetCapabilities
>
> http://localhost:8080/geoserver/ows?service=wfs&version=2.0.0&request=GetCapabilities
>
> http://localhost:8080/geoserver/ows?service=wfs&version=1.1.0&request=GetCapabilities
>
> http://localhost:8080/geoserver/ows?service=wfs&version=1.0.0&request=GetCapabilities
>
> http://localhost:8080/geoserver/ows?service=WCS&version=2.0.1&request=GetCapabilities
>
> http://localhost:8080/geoserver/ows?service=wcs&version=1.1.1&request=GetCapabilities
>
> http://localhost:8080/geoserver/ows?service=wcs&version=1.1.0&request=GetCapabilities
>
> http://localhost:8080/geoserver/ows?service=wcs&version=1.1&request=GetCapabilities
>
> http://localhost:8080/geoserver/ows?service=wcs&version=1.0.0&request=GetCapabilities
Noting:
- keys are not case sensitive but values are case sensitive
- wfs → WFS, wms → WMS, wcs → WCS
- GWC
- WMS link does not have service=WMS at all
- WMTS: services=WMTS → service=WMTS
- WFS 2.0 and WCS 2.0.1 should use OGC Web Services Common standard
- service=WFS&version=2.0.0 → service=WFS&acceptversions=2.0.0
- service=WCS&version=2.0.1 → service=WCS&acceptversions=2.0.1
|