Mauro Bartolomeoli ha scritto: >> Actually no, it's not, only the second request is correct. You're >> declaring "http://www.opengis.net/wfs" as the default namespace, whilst >> the filter elements do reside in the ogc namespace. The parser is >> looking for an OGC:PropertyName element as a child of the filter >> and failing... probably due to the fact there is a wfs omonimous. > Perfect, I think this is the case. The syntax was accepted in 1.5.3, but > I presume it's time for me to send correct requests. I will double check > my code. > Thanks for the answer.
If you want GeoServer can become very picky and validate requests against the schemas for you. Just post to http://host:port/geoserver/wfs?strict=true instead of the usual http://host:port/geoserver/wfs and you'll get back plenty of messages Cheers Andrea ------------------------------------------------------------------------- Check out the new SourceForge.net Marketplace. It's the best place to buy or sell services for just about anything Open Source. http://sourceforge.net/services/buy/index.php _______________________________________________ Geoserver-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-devel
