Hi list, I have set up a mapserver WFS and I'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>
<all of mapserver WFS xml><br><br> File "./FeatureServer/Server.py", line 232, in cgiHandler<br> format, content = service.dispatchRequest( params, path_info, host, post_data, request_method, accepts )
<br> File "./FeatureServer/Server.py", line 109, in dispatchRequest<br> result = method(action)<br> File "./FeatureServer/DataSource/WFS.py", line 39, in select<br> raise Exception("OGR could not read the WFS result. Result was: %s" % 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&SERVICE=WFS&REQUEST=getFeature&VERSION=1.0.0&TYPENAME=GIS">http://128.252.167.106/cgi-bin/mapserv.exe?map=C:/ms4w/Apache/htdocs/gis.map&SERVICE=WFS&REQUEST=getFeature&VERSION=1.0.0&TYPENAME=GIS
</a><br><br>The only warning is about FeatureId item 'id' not found. Is that something required for FeatureServer?<br><br>Anyone got any ideas?<br>Thanks!<br>-Ed<br><pre><br><br></pre><br>