Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is test supportedStoredQueryLanguages required? #49

Closed
dstenger opened this issue Oct 13, 2016 · 2 comments
Closed

Is test supportedStoredQueryLanguages required? #49

dstenger opened this issue Oct 13, 2016 · 2 comments
Assignees

Comments

@dstenger
Copy link
Contributor

Currently, the test supportedStoredQueryLanguages in "Manage Stored Query"-CC fails against service [1]. The service does not describe the parameter language of the operation CreateStoredQuery.

In the specification we do not find a hint why this is mandatory in the capabilities:

8.3.5.2 Parameter domains (p. 49)
Table 12 defines the parameter domains that may be defined in the capabilities document of a web feature
service.
Table 12 (p. 50):
CreateStoredQuery, language, anyURI

Shall include the value urn:ogc:def:queryLanguage:OGC-WFS::WFSQueryExpression. May also include other
values indicating other languages are supported. This International Standard does not assign any meaning to
or describe any additional values that might be listed.
14.2.2.5.3 Implementation language (p. 82):

The language attribute of the wfs:QueryExpressionText element shall be used to specify the implementation
language of a component query expression.

Servers that conform to this International Standard shall support the value "urn:ogc:def:queryLanguage:OGC-
WFS::WFSQueryExpression" indicating that the component query expression is specified using the wfs:Query
(see 7.9.2.2) or wfs:StoredQuery (see 7.9.3.2) elements.

[1] http://ogctestbed12.lat-lon.de/deegree/services/wfs?service=WFS&request=GetCapabilities

@rjmartell
Copy link
Contributor

I believe the phrase "may be defined in the capabilities document" applies to non-standard parameter values that are supported (if any). The description column in Table 12 for CreateStoredQuery (language) states (emphasis added):

Shall include the value urn:ogc:def:queryLanguage:OGC-WFS::WFSQueryExpression. May also include other values...

@lgoltz
Copy link
Contributor

lgoltz commented Nov 14, 2016

We added the parameter to the CreateStoredQuery operation in the capabilities. But the test still fails cause of a failure in the xpath of the test. (see #56) .

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants