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:
- GET https://cite.opengeospatial.org/te2/rest/suites
- Accept: text/html
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:
- ets-cat30 opengeospatial/ets-cat30#51
- ets-gml32 opengeospatial/ets-gml32#63
- ets-sos20 opengeospatial/ets-sos20#43
- ets-wcs20 opengeospatial/ets-wcs20#104
- ets-wfs20 opengeospatial/ets-wfs20#195
- ets-wms11 opengeospatial/ets-wms11#80
- ets-wms13 opengeospatial/ets-wms13#86
- 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?
@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.
I have updated the following test suites with the Docker TEAM Engine version to 5.4.1:
- ets-cat30 opengeospatial/ets-cat30#52
- ets-cat20-dgiwg10 opengeospatial/ets-cat20-dgiwg10#60
- ets-gmljpx20 opengeospatial/ets-gmljpx20#43
- ets-geotiff11 opengeospatial/ets-geotiff11#37
- ets-gml32 opengeospatial/ets-gml32#64
- ets-gpkg12-nsg opengeospatial/ets-gpkg12-nsg#54
- ets-cdb10 opengeospatial/ets-cdb10#52
- ets-kml22 opengeospatial/ets-kml22#26
- ets-security-client10 opengeospatial/ets-security-client10#24
- ets-omxml20 opengeospatial/ets-omxml20#28
- ets-swecommon20 opengeospatial/ets-swecommon20#24
- ets-sensorml10 opengeospatial/ets-sensorml10#13
- ets-sensorml20 opengeospatial/ets-sensorml20#59
- ets-sos20 opengeospatial/ets-sos20#44
- ets-sfs11 opengeospatial/ets-sfs11#8
- ets-wcs10 opengeospatial/ets-wcs10#55
- ets-wcs11 opengeospatial/ets-wcs11#71
- ets-wcs20 opengeospatial/ets-wcs20#106
- ets-wms11 opengeospatial/ets-wms11#81
- ets-wms13 opengeospatial/ets-wms13#88
- ets-wms-client13 opengeospatial/ets-wms-client13#55
- ets-wmts10 opengeospatial/ets-wmts10#68