opengeospatial / ets-wfs11

Executable Test Suite for WFS 1.1
Other
1 stars 5 forks source link

OWS 1.1.0 schemas missing #76

Closed coim32 closed 6 years ago

coim32 commented 7 years ago

document 04-094 section 7.7 specify that exceptions should use OWS 1.1.0 but those schemas are not in wfs\1.1.0\resources\xsd\ogc\ows and test fails with: _ Testing wfs:wfs-1.1.0-Basic-DescribeFeatureType-POST-tc4 type Mandatory in Test Mode with defaultResult Pass (s0004/d68e38807_1/d68e636_1/d68e28820_1/d68e6470_1)... Assertion: The following attributes are required for all XML request entities: @version (default '1.1.0'); @service (default 'WFS').

Validation error: cvc-elt.1.a: Cannot find the declaration of element 'ows:ExceptionReport'. 1 validation error detected._

coim32 commented 7 years ago

This is the ows exception response I'm testing with, it is correct? <?xml version="1.0" encoding="UTF-8"?>

<ows:ExceptionText>Service attribute is not specified as WFS
dstenger commented 7 years ago

Thank you for reporting this. Can you provide a test service we can use to reproduce the behaviour?

coim32 commented 6 years ago

not an issues