I have the following WFS intersect request that if working with GeoServer, and I&#39;m trying to run this app with MapServer.  The error I&#39;m getting is: <br><br>&lt;ows:ExceptionText&gt;msWFSGetFeature(): WFS server error. Invalid or Unsupported FILTER in GetFeature ...<br>
<br><br>I&#39;ve dome some reading but not sure exactly what&#39;s supported.  I have used both INTERSECT and INTERSECTS, both return the same error.  Should I skip these and go with BBOX?  If so, I assume I would need to get rid of the lowerCorner/upperCorner items and just list the coordinates separated by commas.  Or could there be a problem with the PropertyName = SHAPE?   I couldn&#39;t find doc on what this value should be.  My data are either shapefiles or postgis layers.<br>
<br>The POST request is:<br><br>&lt;wfs:GetFeature resultType=&quot;hits&quot; xmlns:wfs=&quot;<a href="http://www.opengis.net/wfs">http://www.opengis.net/wfs</a>&quot; service=&quot;WFS&quot; version=&quot;1.1.0&quot; xsi:schemaLocation=&quot;<a href="http://www.opengis.net/wfs">http://www.opengis.net/wfs</a> <a href="http://schemas.opengis.net/wfs/1.1.0/wfs.xsd">http://schemas.opengis.net/wfs/1.1.0/wfs.xsd</a>&quot; xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>&quot;&gt;<br>
&lt;wfs:Query typeName=&quot;Municipal_Boundaries&quot; srsName=&quot;EPSG:26957&quot; xmlns:massgis=&quot;<a href="http://massgis.state.ma.us/featuretype">http://massgis.state.ma.us/featuretype</a>&quot;&gt;<br>&lt;ogc:Filter xmlns:ogc=&quot;<a href="http://www.opengis.net/ogc">http://www.opengis.net/ogc</a>&quot;&gt;<br>
&lt;ogc:Intersects&gt;<br>&lt;ogc:PropertyName&gt;SHAPE&lt;/ogc:PropertyName&gt;<br>&lt;gml:Envelope xmlns:gml=&quot;<a href="http://www.opengis.net/gml">http://www.opengis.net/gml</a>&quot; srsName=&quot;EPSG:26957&quot;&gt;<br>
&lt;gml:lowerCorner&gt;149081.76574899518 163078.62572595105&lt;/gml:lowerCorner&gt;<br>&lt;gml:upperCorner&gt;205627.85303800018 194899.95291598293&lt;/gml:upperCorner&gt;<br>&lt;/gml:Envelope&gt;<br>&lt;/ogc:Intersects&gt;<br>
&lt;/ogc:Filter&gt;<br>&lt;/wfs:Query&gt;<br>&lt;/wfs:GetFeature&gt;<br><br><br>Thanks for any help you can provide.<br><br>- John<br><br clear="all">***********************************<br>John Callahan, Research Scientist<br>
Delaware Geological Survey<br>University of Delaware<br>URL: <a href="http://www.dgs.udel.edu" target="_blank">http://www.dgs.udel.edu</a><br>*******************************<br>