opengeospatial / ets-wms13

Repository for the Exectutable Test Suite for WMS 1.3.0
Apache License 2.0
2 stars 4 forks source link

Enable REST API #50

Closed dstenger closed 7 years ago

dstenger commented 7 years ago

Output of response should be EARL.

dstenger commented 7 years ago

REST API is enabled by following pull request: #51.

For example, following URL can be used to run tests via REST interface: http://host/teamengine/rest/suites/wms/1.23-SNAPSHOT/run?capabilities-url=http://cite.deegree.org/deegree-webservices-3.4-RC3/services/wms130?service=WMS%26request=GetCapabilities

The response is returned in XML (CTL) format.

If response should be returned in EARL format by setting header Accept:application/rdf+xml, following fix must be included: https://github.com/opengeospatial/teamengine/issues/219

Returned EARL is currently limited as issue #48 must be solved to retrieve full output.