[Geoserver-users] DescribeFeatureType problem

Hi list,

using 1.6RC2 against ArcSDE, my DescribeFeatureType request works perfectly
for WFS version 1.1, but not for 1.0:

http://145.50.148.45:8082/geoserver/wfs?typename=rwsagi:DID.ANNOTATIE&service=WFS&request=DescribeFeatureType&version=1.0.0

The response is (no errors in the log):
<?xml version="1.0" encoding="UTF-8: Unicode UTF-8"?><xs:schema
targetNamespace="http://www.minvenw.nl/rws/agi&quot;
xmlns:rwsagi="http://www.minvenw.nl/rws/agi&quot;
xmlns:gml="http://www.opengis.net/gml&quot;
xmlns:xs="http://www.w3.org/2001/XMLSchema&quot; elementFormDefault="qualified"
attributeFormDefault="unqualified" version="1.0"><xs:import
namespace="http://www.opengis.net/gml&quot;
schemaLocation="http://145.50.148.45:8082/geoserver/schemas/gml/2.1.2.1/feature.xsd&quot;/&gt;&lt;/xs:schema&gt;

Is this a known issue?

Best regards,
Bart

--
Bart van den Eijnden
OSGIS, Open Source GIS
http://www.osgis.nl

Bart van den Eijnden (OSGIS) ha scritto:

Hi list,

using 1.6RC2 against ArcSDE, my DescribeFeatureType request works perfectly
for WFS version 1.1, but not for 1.0:

http://145.50.148.45:8082/geoserver/wfs?typename=rwsagi:DID.ANNOTATIE&service=WFS&request=DescribeFeatureType&version=1.0.0

The response is (no errors in the log):
<?xml version="1.0" encoding="UTF-8: Unicode UTF-8"?><xs:schema targetNamespace="http://www.minvenw.nl/rws/agi&quot; xmlns:rwsagi="http://www.minvenw.nl/rws/agi&quot;
xmlns:gml="http://www.opengis.net/gml&quot;
xmlns:xs="http://www.w3.org/2001/XMLSchema&quot; elementFormDefault="qualified"
attributeFormDefault="unqualified" version="1.0"><xs:import
namespace="http://www.opengis.net/gml&quot;
schemaLocation="http://145.50.148.45:8082/geoserver/schemas/gml/2.1.2.1/feature.xsd&quot;/&gt;&lt;/xs:schema&gt;

Is this a known issue?

Nope, this is new to me... it'll be quite hard to fix thought, no one
of us has arcsde besides Saul...
What's the 1.1 response (trying to figure out what might trip the 1.0 response).

Cheers
Andrea