#92 closed defect (fixed)
wfs digitize namespace Problems
Reported by: | astrid_emde | Owned by: | christoph |
---|---|---|---|
Priority: | major | Milestone: | 2.4.4 release |
Component: | digitizing | Version: | 2.4.2 |
Keywords: | xmlns:xmlns | Cc: | uli |
Description
wfs insert Update failed with GeoServer 1.5.3
I have problems when I want to Insert or update new features with GeoServer 1.5.3
In the <wfs:Transaction>-tag is an attribut xmlns:xmlns defined.
<wfs:Transaction version="1.0.0" service="WFS" xmlns="http://www.someserver.com/myns" xmlns:citef="http://www.opengis.net/cite/functions" xmlns:gml="http://www.opengis.net/gml" xmlns:xmlns="http://www.w3.org/2001/XMLSchema"....
I get the following GeoServer error message on INSERT: The prefix "xmlns" cannot be bound to any namespace explicitly; neither can the namespace for "xmlns" be bound to any prefix explicitly.
When the following part is deleted from the request the wfs-Transaction succeded xmlns:xmlns="http://www.w3.org/2001/XMLSchema"
the namespace xmlns is found in mapbender table wfs_featuretype_namespace and is used to build up the transaction.
It looks like xmlns should not be saved as a namespace from the beginning. Maybe there is an error when Mapbender loads the describeFeatureType-XML
Attachments (3)
Change History (5)
by , 17 years ago
Attachment: | wfs_describeFeatureType_baumassnahme.xml added |
---|
by , 17 years ago
Attachment: | wfs_transaction_insert_with_xmlns.xml added |
---|
by , 17 years ago
Attachment: | patch_092.txt added |
---|
comment:1 by , 17 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 by , 17 years ago
Milestone: | 2.5 release → 2.4.4 release |
---|
The attachment is a patch for Mapbender 2.4.3
http://www.mapbender.org/index.php/Apply_a_patch