Hi list, i read specification for WFS 1.1.0 on http://www.opengeospatial.org/standards/wfs. In this document is written , that we can set aliases for typenames.
So i tried it, but with no success. My URL: http://srvemis01:7777/geoserver/wfs?service=WFS&request=GetFeature&version=1.1.0&typeName=emis:T_GM_KRAJ_SPA=A&filter=<ogc:Filter xmlns:ogc='http://www.opengis.net/ogc'><ogc:PropertyIsLike wildCard='*' singleChar='.' escape='!'><ogc:PropertyName>A.NAZOV_KU</ogc:PropertyName><ogc:Literal>pre*</ogc:Literal></ogc:PropertyIsLike></ogc:Filter> Response is: Feature type emis:T_GM_KRAJ_SPA=A unknown With apostrophes URL: http://srvemis01:7777/geoserver/wfs?service=WFS&request=GetFeature&version=1.1.0&typeName='emis:T_GM_KRAJ_SPA=A'&filter=<ogc:Filter xmlns:ogc='http://www.opengis.net/ogc'><ogc:PropertyIsLike wildCard='*' singleChar='.' escape='!'><ogc:PropertyName>A.NAZOV_KU</ogc:PropertyName><ogc:Literal>pre*</ogc:Literal></ogc:PropertyIsLike></ogc:Filter> gave this response: Unknown namespace ['emis] Can someone help me to solve that problem ? Best regards -- View this message in context: http://osgeo-org.1560.n6.nabble.com/Filter-aliases-tp5041017.html Sent from the GeoServer - User mailing list archive at Nabble.com. ------------------------------------------------------------------------------ Everyone hates slow websites. So do we. Make your web apps faster with AppDynamics Download AppDynamics Lite for free today: http://p.sf.net/sfu/appdyn_d2d_mar _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
