opengeospatial/teamengine

Overview page of REST suites cannot be retrieved via text/html

Opened this issue · 8 comments

HTTP status code 406 is returned if following request is sent:

It is expected that the HTML view is returned instead.

Please also check if same applies to overview site of a single test suite.

I just found out that the (X)HTML view can be retrieved with header Accept: application/xhtml+xml.

Thus, this behavior is fine for now.

@keshav-nangare
Can you please update the SoapUI test REST interface available by adding Accept: application/xhtml+xml to request headers for following test suites (please create an individual PR for each test suite)?

  • ets-cat30
  • ets-gml32
  • ets-sos20
  • ets-wcs20
  • ets-wfs20
  • ets-wms11
  • ets-wms13
  • ets-wmts10
  • teamengine

I have added Accept: application/xhtml+xml to request headers and raised PR for the following test suites:

  1. ets-cat30 opengeospatial/ets-cat30#51
  2. ets-gml32 opengeospatial/ets-gml32#63
  3. ets-sos20 opengeospatial/ets-sos20#43
  4. ets-wcs20 opengeospatial/ets-wcs20#104
  5. ets-wfs20 opengeospatial/ets-wfs20#195
  6. ets-wms11 opengeospatial/ets-wms11#80
  7. ets-wms13 opengeospatial/ets-wms13#86
  8. ets-wmts10 opengeospatial/ets-wmts10#67

Thank you!

TEAM Engine itself does also contain a SoapUI project. Can you please add the changes there, too?

@dstenger

I have added changes to teamengine. Please find the changes in #463 PR.

@keshav-nangare
Can you please check all other test suites and update Docker TEAM Engine version to 5.4.1 and adjust the SoapUI test according to this issue?

I have added a header in the SoapUI test for ets-wfs10. Please find the changes in opengeospatial/ets-wfs10#31 PR.