[TinyOWS-users] GetFeature POST fails with TiinyOWS 0.9.0

Olivier Courtin olivier.courtin at gmail.com
Wed Sep 22 09:26:13 EST 2010


On Sep 18, 2010, at 2:52 PM, Rahkonen Jukka wrote:

Hi Jukka,

> http://188.64.1.61/cgi-bin/tinyows?service=WFS&version=1.0.0&request=getFeature&maxFeatures=1&outputFormat=GML2&srsName=EPSG:3067&typeName=osm_point
>
> This is to my understanding the same request as http POST
>
> <?xml version="1.0" encoding="ISO-8859-1"?>
> <wfs:GetFeature xmlns:ogc="http://www.opengis.net/ogc" xmlns:gml="http://www.opengis.net/gml 
> " xmlns:wfs="http://www.opengis.net/wfs" service="WFS"  
> version="1.0.0" maxFeatures="1" outputFormat="GML2">
> <wfs:Query xmlns:tows="http://www.tinyows.org/" srsName="EPSG:3067"  
> typeName="tows:osm_point">
> </wfs:Query>
> </wfs:GetFeature>


srsName is not part of the WFS 1.0.0 schema,
on the first KVP request it just ignored,
but on the XML one it should produce a schema validation error.

>
> The result I am getting back is
>
> <title>500 Internal Server Error</title>

Which version of TinyOWS do you use ?
With a trunk version i cannot yet reproduce these error.

--
Olivier


More information about the TinyOWS-users mailing list