-
-
Notifications
You must be signed in to change notification settings - Fork 99
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
DescribeFeatureType reponse of deegree WFS causes ArcGIS online to fail #1044
Comments
Currently the deegree WFS returns for a DescribeFeatureType response the defined XSD using a W3C XSD include element. This include element provides support for schema modularity in which an XML schema can be partitioned into more than one physical file. Some WFS clients such as ArcGIS Online currently does not support this element in the DescribeFeatureType response. XML schemas that include this element will be rejected by the server. As a solution, XML schemas that include the When one single XSD file is present in the workspace or referenced locally by the SQLFeatureStore configuration deegree shall return this XSD file directly. |
The proposed solution shall return a XSD file from deegree workspace as it is in the response of a DescribeFeatureType request.
|
A PR containing an enhanced XSD schema handling will be available soon. |
The issues we've been having is that most of our services using deegree either do not open, or do not show any data when using ArcGIS online as a client. We don't get any useful error messages back unfortunately.
We think it's a DescribeFeatureType issue, so we've been doing some more research (with both QGIS and ArcGis Online) and what we've found out is that the configuration of
DisableDynamicSchema
is relevant. Either the returned schema is not valid or the clients can not process the response of the DescribeFeatureType request.We're assuming is that the only way our services can work in ArcGIS online (and with a schema that validates), is if the response from a DescribeFeatureType request is a full schema coming directly from the file system or external resources.
The text was updated successfully, but these errors were encountered: