<p>Hi there,<br></p><p>I&#39;m experiencing difficulties with WFS-T. I&#39;m trying to update geometry of a multipoint layer with the commit method. The transaction failes with the following error, though:</p><p>WFS Transaction: FAILED</p>
<p>&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</p><p>&lt;wfs:WFS_TransactionResponse version=&quot;1.0.0&quot; xmlns:wfs=&quot;<a href="http://www.opengis.net/wfs">http://www.opengis.net/wfs</a>&quot; xmlns:ogc=&quot;<a href="http://www.opengis.net/ogc">http://www.opengis.net/ogc</a>&quot; xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>&quot; xsi:schemaLocation=&quot;<a href="http://www.opengis.net/wfs">http://www.opengis.net/wfs</a> <a href="http://mapserver.geogr.muni.cz/geoserver/schemas/wfs/1.0.0/WFS-transaction.xsd">http://mapserver.geogr.muni.cz/geoserver/schemas/wfs/1.0.0/WFS-transaction.xsd</a>&quot;&gt;</p>
<p>&lt;wfs:InsertResult&gt;&lt;ogc:FeatureId fid=&quot;none&quot;/&gt;&lt;/wfs:InsertResult&gt; &lt;wfs:TransactionResult&gt; &lt;wfs:Status&gt; &lt;wfs:FAILED/&gt; &lt;/wfs:Status&gt; &lt;wfs:Message&gt;Error performing insert&lt;/wfs:Message&gt; </p>
<p>&lt;/wfs:TransactionResult&gt;</p><p>&lt;/wfs:WFS_TransactionResponse&gt;</p><p></p><p>The transaction XML my application is generating is as follows:</p><p>&lt;wfs:Transaction xmlns:wfs=&quot;<a href="http://www.opengis.net/wfs">http://www.opengis.net/wfs</a>&quot; version=&quot;1.0.0&quot; service=&quot;WFS&quot;&gt;&lt;wfs:Insert&gt;&lt;feature<br>
<br>:test_tomas_mista xmlns:feature=&quot;<a href="http://www.openplans.org/prepr">http://www.openplans.org/prepr</a>&quot;&gt;&lt;feature:the_geom&gt;&lt;gml:MultiPoint xmlns<br><br>:gml=&quot;<a href="http://www.opengis.net/gml">http://www.opengis.net/gml</a>&quot;&gt;&lt;gml:pointMember&gt;&lt;gml:Point&gt;&lt;gml:coordinates decimal=&quot;.&quot; cs=&quot;,&quot; ts<br>
<br>=&quot; &quot;&gt;16.696817016601564,49.25109252929687&lt;/gml:coordinates&gt;&lt;/gml:Point&gt;&lt;/gml:pointMember&gt;&lt;/gml:MultiPoint<br><br>&gt;&lt;/feature:the_geom&gt;&lt;/feature:test_tomas_mista&gt;&lt;/wfs:Insert&gt;&lt;/wfs:Transaction&gt;<br>
</p><p></p><p></p><p>Can anybody grip where the problem might be.</p><p>Thanks<br></p><p></p><p>Regards.</p><p>Zdenek</p>