Hi list, I have set up a mapserver WFS and I&#39;m trying to feed it into featureserver.<br><br>Unfortunately, I get the following error:<br><br><pre>An error occurred: OGR could not read the WFS result. Result was:<br><br>
&lt;all of mapserver WFS xml&gt;<br><br>  File &quot;./FeatureServer/Server.py&quot;, line 232, in cgiHandler<br>    format, content = service.dispatchRequest( params, path_info, host, post_data, request_method, accepts )
<br>  File &quot;./FeatureServer/Server.py&quot;, line 109, in dispatchRequest<br>    result = method(action)<br>  File &quot;./FeatureServer/DataSource/WFS.py&quot;, line 39, in select<br>    raise Exception(&quot;OGR could not read the WFS result. Result was: %s&quot; % open(tmpfile).read())
<br><br></pre>
You can see this yourself at: <a href="http://niceguy.wustl.edu/cgi-bin/FeatureServer/featureserver.cgi/point?format=WFS">http://niceguy.wustl.edu/cgi-bin/FeatureServer/featureserver.cgi/point?format=WFS</a><br>The mapserver WFS request is at: 
<a href="http://128.252.167.106/cgi-bin/mapserv.exe?map=C:/ms4w/Apache/htdocs/gis.map&amp;SERVICE=WFS&amp;REQUEST=getFeature&amp;VERSION=1.0.0&amp;TYPENAME=GIS">http://128.252.167.106/cgi-bin/mapserv.exe?map=C:/ms4w/Apache/htdocs/gis.map&amp;SERVICE=WFS&amp;REQUEST=getFeature&amp;VERSION=1.0.0&amp;TYPENAME=GIS
</a><br><br>The only warning is about FeatureId item &#39;id&#39; not found.&nbsp; Is that something required for FeatureServer?<br><br>Anyone got any ideas?<br>Thanks!<br>-Ed<br><pre><br><br></pre><br>