When I make the request :
http://localhost:8080/geoserver/wfs?request=DescribeFeatureType
<http://localhost:8080/geoserver/wfs?request=DescribeFeatureType>
>
This don't give me the right xml : I need to list all typenames to have
the
right xml response.
This does give you a valid response:
<?xml version="1.0" encoding="UTF-8"?>
<xs:schema
xmlns:xs="http://www.w3.org/2001/XMLSchema"
elementFormDefault="qualified"
attributeFormDefault="unqualified" version="1.0">
<xs:import namespace="http://www.opengis.net/cite/data"
schemaLocation="http://localhost:8080/geoserver/wfs/DescribeFeatureType?typeName=cdf:Locks,cdf:Deletes,cdf:Inserts,cdf:Updates,cdf:Nulls,cdf:Fifteen,cdf:Other,cdf:Seven"/>
<xs:import namespace="http://www.opengis.net/cite/geometry"
schemaLocation="http://localhost:8080/geoserver/wfs/DescribeFeatureType?typeName=cgf:Lines,cgf:Points,cgf:Polygons,cgf:MLines,cgf:MPoints,cgf:MPolygons"/>
</xs:schema>
It is a big complex - an xs:import for each namespace, but it is valid,
and your xml parser should handle it for you.
dave
----------------------------------------------------------
This mail sent through IMP: https://webmail.limegroup.com/