Basically Mapserver is saying that it did not find any features for your request.
The most common pitfall that I have run into when getting an empty feature collection back, is that when doing a non-spatial query on Mapserver WFS, it takes the extent as defined in the MAP file into account for the query. Best regards, Bart -----Oorspronkelijk bericht----- Van: UMN MapServer Users List [mailto:[EMAIL PROTECTED] Sture Dingsøyr Verzonden: maandag 6 februari 2006 23:28 Aan: [email protected] Onderwerp: [UMN_MAPSERVER-USERS] Hi I am testing the WFS server on Mapserver. I am running on Windows (4.6.2) Have set up WMS and this works just fine (getCapabilities, getMap and getFeatureInfo). I have set up a simple mapfile to server WFS, and my getcapabilities request seems to work. It returns XML listing the layers in my WFS mapfile. But when I try to make a getFeature request it only returns this: <?xml version="1.0" encoding="ISO-8859-1" ?> <wfs:FeatureCollection xmlns:myns="http://www.ttt.org/myns" xmlns:wfs="http://www.opengis.net/wfs" xmlns:gml="http://www.opengis.net/gml" xmlns:ogc="http://www.opengis.net/ogc" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/wfs http://schemas.opengeospatial.net/wfs/1.0.0/WFS-basic.xsd http://www.ttt.org/myns http://avsdi/adaptive/wfs.aspx?SERVICE=WFS&VERSION=1.0.0&REQUEST=DescribeFea tureType&TYPENAME=Omverda&OUTPUTFORMAT=XMLSCHEMA"> <gml:boundedBy> <gml:null>missing</gml:null> </gml:boundedBy> </wfs:FeatureCollection> It says <gml:null>missing</gml:null>. What is missing? Anybody got any ideas? Regards Sture Disclaimer ************************************************************************ Aan dit bericht kunnen geen rechten worden ontleend. Dit bericht is uitsluitend bestemd voor de geadresseerde. Als u dit bericht per abuis hebt ontvangen, wordt u verzocht het te vernietigen en de afzender te informeren. Wij adviseren u om bij twijfel over de juistheid of de volledigheid van de mail contact met afzender op te nemen. This message shall not constitute any rights or obligations. This message is intended solely for the addressee. If you have received this message in error, please delete it and notify the sender immediately. When in doubt whether this message is correct or complete, please contact the sender. ************************************************************************
