Probleem met WFS GetFeature query met filter op identificatie.
Een WFS query met de nieuwe WFS URL https://geodata.nationaalgeoregister.nl/bag/wfs/v1_1
met filter op identificatie levert geen resultaat op.
De query is:
<wfs:GetFeature service="WFS" version="2.0.0"
outputFormat="application/gml+xml; version=3.2" count="1000" startindex="0" xmlns:bag="http://bag.geonovum.nl"
xmlns:wfs="http://www.opengis.net/wfs/2.0"
xmlns:fes="http://www.opengis.net/fes/2.0"
xmlns:ogc="http://www.opengis.net/ogc"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:gml="http://www.opengis.net/gml/3.2"
xsi:schemaLocation="http://www.opengis.net/wfs
http://schemas.opengis.net/wfs/2.0/wfs.xsd">
<wfs:Query typeNames="bag:pand" srsName="EPSG:28992"><fes:Filter>
<fes:PropertyIsEqualTo matchCase="false"><fes:ValueReference>identificatie</fes:ValueReference><fes:Literal>0153100000272020</fes:Literal></fes:PropertyIsEqualTo>
</fes:Filter>
</wfs:Query>
</wfs:GetFeature>
Het resultaat is:
<?xml version='1.0' encoding="UTF-8" ?>
<wfs:FeatureCollection
xmlns:bag="http://bag.geonovum.nl"
xmlns:gml="http://www.opengis.net/gml/3.2"
xmlns:wfs="http://www.opengis.net/wfs/2.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://bag.geonovum.nl https://geodata.nationaalgeoregister.nl/bag/wfs/v1?SERVICE=WFS&SERVICE=WFS&VERSION=2.0.0&REQUEST=DescribeFeatureType&TYPENAME=bag:pand&OUTPUTFORMAT=application%2Fgml%2Bxml%3B%20version%3D3.2 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"
timeStamp="2019-07-31T15:40:18" numberMatched="unknown" numberReturned="0">
</wfs:FeatureCollection>
Met de oude WFS URL kreeg ik wel resultaat.
(wel met identificatie zonder voorloopnullen)