We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The GetFeature request http://localhost:8080/deegree-webservices/services/wfs?request=GetFeature&Service=WFS&Version=1.1.0&typename=test fails with
<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/ows http://schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd" version="1.0.0"> <ows:Exception exceptionCode="NoApplicableCode"> <ows:ExceptionText>Unbound namespace URI 'http://www.opengis.net/gml'</ows:ExceptionText> </ows:Exception> </ows:ExceptionReport>
A simple WFS is configured with SQLFeatureStore in BLOB Mode.
The request fails in current 3.5.1-SNAPSHOT as well as in 3.4.33 with the same failure.
The text was updated successfully, but these errors were encountered:
deegree#1548 - use gmlNs from GML3GeometryWriter to avoid unbound nam…
6353428
…espaces
deegree#1548 - use targed gml namespace if boundedBy/geometry is in g…
4137625
…ml namespace
deegree#1548 - enhanced documentation, added hint not mixing gml vers…
4f75412
…ions in blob mode
Successfully merging a pull request may close this issue.
The GetFeature request http://localhost:8080/deegree-webservices/services/wfs?request=GetFeature&Service=WFS&Version=1.1.0&typename=test fails with
A simple WFS is configured with SQLFeatureStore in BLOB Mode.
The request fails in current 3.5.1-SNAPSHOT as well as in 3.4.33 with the same failure.
The text was updated successfully, but these errors were encountered: