Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Namespace missing during WFS-T Update request #25841

Closed
qgib opened this issue Jan 24, 2018 · 2 comments
Closed

Namespace missing during WFS-T Update request #25841

qgib opened this issue Jan 24, 2018 · 2 comments
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers

Comments

@qgib
Copy link
Contributor

qgib commented Jan 24, 2018

Author Name: Martin Kofahl (Martin Kofahl)
Original Redmine Issue: 17945
Affected QGIS version: master
Redmine category:web_services_clients/wfs
Assignee: Even Rouault


Using an deegree WFT-T server, it's possible to insert and remove features. However, an Update request fails. The reason is a missing namspace for the property to update. Here's a snippet generated by QGIS 2.99:

<Property xmlns="http://www.opengis.net/wfs>"
propertyname
some-text

The target namespace of the request is set to http://www.opengis.net/wfs, which is fine. The typename's namespace is declared, too. So what is missing is the namepsace for the propertyname:

app:propertyname

@qgib
Copy link
Contributor Author

qgib commented May 31, 2018

Author Name: Even Rouault (@rouault)


  • assigned_to_id was configured as Even Rouault

@qgib
Copy link
Contributor Author

qgib commented May 31, 2018

Author Name: Even Rouault (@rouault)


Applied in changeset 1e4b01b.


  • done_ratio was changed from 0 to 100
  • status_id was changed from Open to Closed

@qgib qgib closed this as completed May 31, 2018
@qgib qgib added Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers labels May 25, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Either a bug report, or a bug fix. Let's hope for the latter! Data Provider Related to specific vector, raster or mesh data providers
Projects
None yet
Development

No branches or pull requests

1 participant