GML3L0 and WFS GetFeature (msautotest)
Kralidis,Tom [Burlington]
Tom.Kralidis at EC.GC.CA
Wed Sep 27 11:24:15 EDT 2006
>
> I ran tomk_workshop.map msautotest on MS beta 3. My question
> is related to WFS GetFeature request and especially to the
> following query string:
>
>
> QUERY_STRING="map=tomk_workshop.map&version=1.0.0&service=WFS&
request=GetFeature&typename=rivers&
> filter=%3CFilter%3E%3CPropertyIsEqualTo%3E%3CPropertyName%3ENA
ME%3C/PropertyName%3E%3CLiteral
> %3EGreat%20Bear%3C/Literal%3E%3C/PropertyIsEqualTo%3E%3C/Filte
r%3E&outputFormat=GML3"
>
> Following is the beginning of the response I get:
>
> Content-type: text/xml
>
> <?xml version='1.0' encoding="ISO-8859-1" ?>
> <ms_ogc_workshop:msFeatureCollection
> version="1.0.0"
> xmlns:ms_ogc_workshop="http://localhost/ms_ogc_workshop"
> xmlns:gml="http://www.opengis.net/gml"
> xmlns:ogc="http://www.opengis.net/ogc"
> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
>
> ...
>
> I want to validate the response from MapServer. The main difference
> between the expected data and the actual result in msautotest
> test suite
> is 'version="1.0.0"'. Could someone point me out if this
> attribute is
> valid or where I could find the specification or schema to
> validate it?
>
> Thanks.
>
> Norm
>
/msFeatureCollection/@version is an attribute of the WFS specification
version which we are supporting (1.0.0>
More information about the mapserver-dev
mailing list