This works: <br><wfs:Update typeName="av_dev:PointModel" ><br> <wfs:Property><br> <wfs:ValueReference>orientation</wfs:ValueReference><br> <wfs:Value>2</wfs:Value><br> </wfs:Property><br> <fes:Filter><br> <fes:ResourceId rid="7" /><br> </fes:Filter><br> </wfs:Update><br></wfs:Transaction><br><br> What has changed is the ogc namespace for the filter was replaced with fes (Filter Encoding Specs.) The content of the filter is a “ResourceId” element with a “rid” attribute. In my case the rid attribute contains the id of the feature only whereas the example from the standard document contains the feature type plus the id like this: . (so this is still not clear for me). Also, this working request updates an integer attribute ; I did not manage to update a geometry attribute, so still accepting help. Thanks Guillaume |
---|