Opened 15 years ago

Closed 15 years ago

#3118 closed defect (invalid)

WCS 1.1.1 capabilities response does not validate

Reported by: nsavard Owned by: tomkralidis
Priority: normal Milestone:
Component: WCS Server Version: 5.4
Severity: normal Keywords: ogc, cite, test, wcs, 1.1.1, capabilities, schema, validate
Cc:

Description

The capabilities response of the WCS 1.1.1 server does not have the same targetNamespace as the schema which make the validation failed. Verified within XML Spy and XmlPad.

URL request: http://dev1.lan.mapgears.com/manwe/cgi-bin/mswcs111_ogc_cite?service=WCS&request=GetCapabilities&sections=OperationsMetadata,Contents

Beginning of response: <?xml version="1.0" encoding="ISO-8859-1"?> <Capabilities xmlns="http://www.opengis.net/wcs/1.1" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:ogc="http://www.opengis.net/ogc" version="1.1.1" updateSequence="1" xsi:schemaLocation="http://www.opengis.net/wcs/1.1 http://dev1.lan.mapgears.com/manwe/schemas/wcs/1.1/wcsGetCapabilities.xsd http://www.opengis.net/ows/1.1 http://dev1.lan.mapgears.com/manwe/schemas/ows/1.1.0/owsAll.xsd">

<ows:OperationsMetadata>

<ows:Operation name="GetCapabilities">

<ows:DCP>

<ows:HTTP>

<ows:Get xlink:type="simple" xlink:href="http://dev1.lan.mapgears.com/manwe/cgi-bin/mswcs111_ogc_cite?"/>

</ows:HTTP>

</ows:DCP> <ows:Parameter

....

Beginning of the corresponding schema: <?xml version="1.0" encoding="UTF-8"?> <schema targetNamespace="http://www.opengis.net/wcs/1.1.1" xmlns:wcs="http://www.opengis.net/wcs/1.1.1" xmlns:ows="http://www.opengis.net/ows/1.1" xmlns="http://www.w3.org/2001/XMLSchema" elementFormDefault="qualified" version="1.1.1" xml:lang="en">

<annotation>

...

Change History (2)

comment:2 by nsavard, 15 years ago

Resolution: invalid
Status: newclosed

Tom: You're right the http://dev1.lan.mapgears.com/manwe/schemas/wcs/1.1/wcsGetCapabilities.xsd is the one to used. I followed the wrong path.

Note: See TracTickets for help on using tickets.