Hi users

When I issue this request:
http://servermy/geoserver/wfs?service=wfs&version=1.1.0&request=DescribeFeatureType&outputFormat=text/xml;%20subtype=gml/3.2
I get the response:

<?xml version="1.0" encoding="UTF-8"?>
<xsd:schema xmlns:xsd="http://www.w3.org/2001/XMLSchema"; xmlns:gml="http://www.opengis.net/gml/3.2"; xmlns:tbd="http://www.myserver/TBD"; elementFormDefault="qualified" targetNamespace="http://www.myserver/TBD";> <xsd:import namespace="http://www.opengis.net/wfs/2.0"; schemaLocation="http://myserver/geoserver/schemas/gml/3.2.1/gml.xsd"/>
<xsd:complexType name="layer1Type">
<xsd:complexContent>
<xsd:extension base="gml:AbstractFeatureType">
<xsd:sequence>
<xsd:element maxOccurs="1" minOccurs="0" name="someattribut" nillable="true" type="xsd:string"/>
....

I wonder that it seems to by response on WFS 2.0 not WFS 1.1.0 as I included in querystring. (namespace="http://www.opengis.net/wfs/2.0";).
Is it a bug or GML 3.2.1 forces WFS higher version (2.0)?

I deal with GeoServer 2.1-beta3

Thanks for your suggestions.

Bartek
------------------------------------------------------------------------------
Gaining the trust of online customers is vital for the success of any company
that requires sensitive data to be transmitted over the Web.   Learn how to 
best implement a security strategy that keeps consumers' information secure 
and instills the confidence they need to proceed with transactions.
http://p.sf.net/sfu/oracle-sfdevnl 
_______________________________________________
Geoserver-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to