Hello All,
it appears that TDS 4.0.17 is returning a slightly different XML
response for a GetCapabilities response than 3.16. I'm also finding
that ESRI clients cannot consume the 4.0.17-hosted version while the
3.16-hosted version works OK. This second issue may be unrelated to the
first.
Is a difference in the responses between the versions expected?
I've attached two examples for comparison.
Thanks!
--john
<?xml version="1.0" encoding="UTF-8"?>
<WCS_Capabilities xmlns="http://www.opengis.net/wcs"
xmlns:xlink="http://www.w3.org/1999/xlink"
xmlns:gml="http://www.opengis.net/gml"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" version="1.0.0"
xsi:schemaLocation="http://www.opengis.net/wcs
http://schemas.opengis.net/wcs/1.0.0/wcsCapabilities.xsd"
updateSequence="2009-08-26T20:59:05Z">
<Service>
<description>Experimental THREDDS/WCS server for CDM gridded
datasets</description>
<name>/data1/thredds/etopo/etopo1.nc</name>
<label>Experimental THREDDS/WCS for /data1/thredds/etopo/etopo1.nc</label>
<keywords>
<keyword/>
</keywords>
<fees>NONE</fees>
<accessConstraints>NONE</accessConstraints>
</Service>
<Capability>
<Request>
<GetCapabilities>
<DCPType>
<HTTP>
<Get>
<OnlineResource
xlink:href="http://pallas.ngdc.noaa.gov/thredds/wcs/etopo/etopo1.nc?"
xlink:type="simple"/>
</Get>
</HTTP>
</DCPType>
</GetCapabilities>
<DescribeCoverage>
<DCPType>
<HTTP>
<Get>
<OnlineResource
xlink:href="http://pallas.ngdc.noaa.gov/thredds/wcs/etopo/etopo1.nc?"
xlink:type="simple"/>
</Get>
</HTTP>
</DCPType>
</DescribeCoverage>
<GetCoverage>
<DCPType>
<HTTP>
<Get>
<OnlineResource
xlink:href="http://pallas.ngdc.noaa.gov/thredds/wcs/etopo/etopo1.nc?"
xlink:type="simple"/>
</Get>
</HTTP>
</DCPType>
</GetCoverage>
</Request>
<Exception>
<Format>application/vnd.ogc.se_xml</Format>
</Exception>
</Capability>
<ContentMetadata>
<CoverageOfferingBrief>
<name>z</name>
<label>z</label>
<lonLatEnvelope srsName="WGS84(DD)">
<gml:pos>-179.99166666666667 -89.99166870117188</gml:pos>
<gml:pos>179.99166666666667 89.99166870117188</gml:pos>
</lonLatEnvelope>
</CoverageOfferingBrief>
</ContentMetadata>
</WCS_Capabilities>
<?xml version="1.0" encoding="ISO-8859-1"?>
<WCS_Capabilities xmlns="http://www.opengis.net/wcs"
xmlns:gml="http://www.opengis.net/gml"
xmlns:xlink="http://www.w3.org/1999/xlink" version="1.0.0">
<Service>
<fees>NONE</fees>
<accessConstraints>NONE</accessConstraints>
</Service>
<Capability>
<Request>
<GetCapabilities>
<DCPType>
<HTTP>
<Get>
<OnlineResource
xlink:href="http://www.ngdc.noaa.gov/thredds/wcs/etopo/etopo1.nc"/>
</Get>
</HTTP>
</DCPType>
</GetCapabilities>
<DescribeCoverage>
<DCPType>
<HTTP>
<Get>
<OnlineResource
xlink:href="http://www.ngdc.noaa.gov/thredds/wcs/etopo/etopo1.nc"/>
</Get>
</HTTP>
</DCPType>
</DescribeCoverage>
<GetCoverage>
<DCPType>
<HTTP>
<Get>
<OnlineResource
xlink:href="http://www.ngdc.noaa.gov/thredds/wcs/etopo/etopo1.nc"/>
</Get>
</HTTP>
</DCPType>
</GetCoverage>
</Request>
<Exception>
<Format>application/vnd.ogc.se_xml</Format>
</Exception>
</Capability>
<ContentMetadata>
<CoverageOfferingBrief>
<description>z meters false z</description>
<name>z</name>
<label>z</label>
<lonLatEnvelope srsName="urn:ogc:def:crs:OGC:1.3:CRS84">
<gml:pos>-179.99166666666667 -89.99166870117188</gml:pos>
<gml:pos>179.99166666666667 89.99166870117188</gml:pos>
</lonLatEnvelope>
</CoverageOfferingBrief>
</ContentMetadata>
</WCS_Capabilities>