Hi,
GeoServer manual stays that App-Schema extension supports GetPropertyValue
request

I have following error in log:
2014-10-17 11:59:22,956 WARN [geotools.xml] - Error parsing:
http://loom-gis.geo.ut.ee/ermas/schemas/eco/eco_ermas.xsd

after tring to execute following request:

<?xml version="1.0" encoding="UTF-8"?>
<wfs:GetPropertyValue version="2.0.0" service="WFS"
valueReference="eco:elevation" resolve="local" resolveDepth="*"
outputFormat="application/gml+xml; version=3.2"
xmlns:wfs="http://www.opengis.net/wfs/2.0";
xmlns:fes="http://www.opengis.net/fes/2.0";
xmlns:gml="http://www.opengis.net/gml/3.2";
xmlns:eco="http://loom-gis.geo.ut.ee/ermas/schemas/eco";
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
xmlns:xlink="http://www.w3.org/1999/xlink"; 
xsi:schemaLocation="http://www.opengis.net/wfs/2.0 
http://schemas.opengis.net/wfs/2.0/wfs.xsd 
                        http://www.opengis.net/gml/3.2
http://schemas.opengis.net/gml/3.2.1/gml.xsd
                        http://loom-gis.geo.ut.ee/ermas/schemas/eco
http://loom-gis.geo.ut.ee/ermas/schemas/eco/eco_ermas.xsd";>
        <wfs:Query typeNames="eco:EC_SamplingLocality">
                <fes:Filter>
                        <fes:PropertyIsEqualTo>
                                <fes:ValueReference>@gml:id</fes:ValueReference>
                                <fes:Literal>plot_1-JS</fes:Literal>
                        </fes:PropertyIsEqualTo>
                </fes:Filter>
        </wfs:Query>
</wfs:GetPropertyValue>

Schema is correct and validated
What may be a problem?

Valentina




--
View this message in context: 
http://osgeo-org.1560.x6.nabble.com/GetPropertyValue-reguest-fail-tp5167973.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Comprehensive Server Monitoring with Site24x7.
Monitor 10 servers for $9/Month.
Get alerted through email, SMS, voice calls or mobile push notifications.
Take corrective actions from your mobile device.
http://p.sf.net/sfu/Zoho
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to