opengeospatial / ets-wcs20

Executable Test Suite for WCS 2.0.1
Other
1 stars 2 forks source link

My WCS 2.0.1 service fails at the very beginning when run against compliance test #111

Closed greatzzk closed 1 year ago

greatzzk commented 2 years ago

Could you help analyze what is the problem? http://52.55.216.140:6080/arcgis/services/mynetcdf/ImageServer/WCSServer?request=GetCapabilities&service=WCS image

Test wcs2:main type Mandatory default result Passed (s0108)

Assertion: Prune query parameters if present.

Request d13242e33_1: Method: get URL: http://52.55.216.140:6080/arcgis/services/mynetcdf/ImageServer/WCSServer Error in call to extension function {public org.w3c.dom.NodeList com.occamlab.te.TECore.request(org.w3c.dom.Document,java.lang.String) throws java.lang.Throwable}: Exception in extension function java.lang.RuntimeException: Parser {http://www.occamlab.com/te/parsers}XMLValidatingParser threw an exception. Result: Failed

dstenger commented 2 years ago

Thank you for reporting.

dstenger commented 2 years ago

@greatzzk

I just tested the provided service against https://cite.ogc.org/teamengine/.

I am able to complete the test suite successfully and just the test wcs2:OWSCommon_exception fails four times:

Test wcs2:OWSCommon_exception type Mandatory default result Passed (s0015/d13242e65_1/d13242e193_1/d14560e333_1/d18331e669_1/d18331e3813_1)

Assertion: OWS common: test HTTP status codes for OGC Exceptions.

Message d14157e16_1:
   [FAILURE] Standard exception codes should be returned.

Result: Failed

Here, the wrong HTTP status code is returned by the service.

greatzzk commented 2 years ago

@dstenger i still cannot get a successful run against ogc team engine wcs 2.0.1 core. I will contact you privately for details. sending an email to (cite@lat-lon.de)

dstenger commented 2 years ago

Issue was solved offline. We identified an issue with the documentation:

image001

It is mandatory to add the query parameters: E.g.: ?request=GetCapabilities&service=WCS