Hi, There's a problem using WFS with virtual service.
When I use the url http://server/geoserver/workspace/layer/wfs? I get : exceptionCode="InvalidParameterValue" locator="namespace" When I use the url http://server/geoserver/wfs? The service works fine. After debugging, I found out that there's no prefix when using virtual services : BaseFeatureKvpRequestReader.java/checkTypeName qName.getPrefix() returns en empty string when using virtual services while "p1" is returned otherwise. Is it a bug or I'm doing something wrong ? Thanks -- Sent from: http://osgeo-org.1560.x6.nabble.com/GeoServer-User-f3786390.html _______________________________________________ Geoserver-users mailing list Please make sure you read the following two resources before posting to this list: - Earning your support instead of buying it, but Ian Turton: http://www.ianturton.com/talks/foss4g.html#/ - The GeoServer user list posting guidelines: http://geoserver.org/comm/userlist-guidelines.html If you want to request a feature or an improvement, also see this: https://github.com/geoserver/geoserver/wiki/Successfully-requesting-and-integrating-new-features-and-improvements-in-GeoServer [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
