qgis / QGIS

QGIS is a free, open source, cross platform (lin/win/mac) geographical information system (GIS)
https://qgis.org
GNU General Public License v2.0
10.52k stars 2.99k forks source link

Inserting geometries using a WFS-T of ArcGIS Server #15023

Closed qgib closed 5 years ago

qgib commented 12 years ago

Author Name: Falk Strobach (Falk Strobach) Original Redmine Issue: 5321 Affected QGIS version: master Redmine category:web_services_clients/wfs


If point geometries are inserted, which results in an error: "Error: An object is not inserted" Error response:

Updates in a WFS Transaction request require a lockId. Use GetFeatureWithLock to acquire a lock before attempting to update it. The WFS GetFeatureWithLock request, although described here: http://help.arcgis.com/en/arcgisserver/10.0/help/arcgis_server_dotnet_help/index.html#//00930000005q000000 Example WFS-T http://www.umwelt.sachsen.de/umwelt/infosysteme/wfs/services/wfst/pflanze? *Example Request via Fiddler:* http://www.umwelt.sachsen.de/umwelt/infosysteme/wfs/services/wfst/pflanze?SERVICE=WFS&VERSION=1.0.0&REQUEST=TRANSACTION 30 20 20 4581956.4629,5667039.7808 *Response:* 1 --- - [insert-point.xml](https://issues.qgis.org/attachments/download/4371/insert-point.xml) (Falk Strobach) - [ExceptionReport.xml](https://issues.qgis.org/attachments/download/4372/ExceptionReport.xml) (Falk Strobach) - [Basis.qgs](https://issues.qgis.org/attachments/download/4373/Basis.qgs) (Falk Strobach)
qgib commented 12 years ago

Author Name: Falk Strobach (Falk Strobach)


TEST-WFS-T: http://www.umwelt.sachsen.de/umwelt/infosysteme/wfs/services/wfst/bauwerke?version=1.0.0

qgib commented 12 years ago

Author Name: Paolo Cavallini (@pcav)


qgib commented 10 years ago

Author Name: Jürgen Fischer (@jef-n)


qgib commented 8 years ago

Author Name: Médéric RIBREUX (Médéric RIBREUX)


Hello, bug triage...

do you still have this bug in the WFS client of a recent version of QGIS (2.12.1 or master) ? I can't find anything in the WFS provider code that match lock so I suspect the bug is still here.

If this is the case, we need to support GetFeatureWithLock WFS method in the WFS provider (and I think this is a feature request).


qgib commented 8 years ago

Author Name: Giovanni Manghi (@gioman)


qgib commented 7 years ago

Author Name: Giovanni Manghi (@gioman)


Closing for lack of feedback, please reopen if necessary.