WCS 1.1.1 XML request fails with "VERSION parameter is wrong"
-------------------------------------------------------------
Key: GEOS-2789
URL: http://jira.codehaus.org/browse/GEOS-2789
Project: GeoServer
Issue Type: Bug
Components: WCS
Affects Versions: 1.7.3
Environment: all
Reporter: Roger Bedell
Assignee: Andrea Aime
Just trying to use 1.1.1 instead of 1.0.0 of WCS, so I tried this in the
Demo Request area
<GetCapabilities
service="WCS"
version="1.1.1"
xmlns="http://www.opengis.net/wcs"
xmlns:nurc="http://www.nurc.nato.int"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.opengis.net/wcs
http://schemas.opengis.net/wcs/1.1.1/wcsCapabilities.xsd"/>
It always returns:
<ows:ExceptionReport version="1.1.0"
xsi:schemaLocation="http://www.opengis.net/ows/1.1
http://sigma.openplans.org:8080/geoserver/schemas/ows/1.1.0/owsAll.xsd">
?
<ows:Exception exceptionCode="NoApplicableCode">
<ows:ExceptionText>VERSION parameter is wrong.</ows:ExceptionText>
</ows:Exception>
</ows:ExceptionReport>
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira