Hello to all,<br>I&#39;ve been working with wfs-t and i seem to have an issue with wfs-t modifications.<br><br>The commit response I get from the server is<br><br>&lt;?xml version=&quot;1.0&quot; ?&gt;<br>&lt;ServiceExceptionReport version=&quot;1.2.0&quot; xmlns=&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/ogc">http://www.opengis.net/ogc</a> <a href="http://schemas.opengis.net/wfs/1.0.0/OGC-exception.xsd">http://schemas.opengis.net/wfs/1.0.0/OGC-exception.xsd</a>&quot;&gt;<br>
<br>&nbsp;&nbsp; &lt;ServiceException&gt;Feature type &amp;apos;features&amp;apos; is not available: &lt;/ServiceException&gt;<br><br>&lt;/ServiceExceptionReport&gt;<br><br>After going through the xml request I noticed typeName=&quot;features&quot; was in the request.<br>
<br>&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;<br>
&lt;wfs:Update<b> <u>typeName=&quot;features</u></b>&quot;&gt;<br>
&lt;wfs:Property&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;wfs:Name&gt;the_geom&lt;/wfs:Name&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;wfs:Value&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;gml:Point xmlns:gml=&quot;<a href="http://www.opengis.net/gml">http://www.opengis.net/gml</a>&quot;
srsName=&quot;EPSG:55555&quot;&gt;&lt;gml:coordinates decimal=&quot;.&quot; cs=&quot;,&quot; ts=&quot;
&quot;&gt;119826.01248545875,195188.42304989288<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;/gml:coordinates&gt;&lt;/gml:Point&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/wfs:Value&gt;&lt;/wfs:Property&gt;<br>
<br>
&nbsp;&nbsp;&nbsp; &lt;ogc:Filter xmlns:ogc=&quot;<a href="http://www.opengis.net/ogc">http://www.opengis.net/ogc</a>&quot;&gt;<br>
&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp; &lt;ogc:FeatureId fid=&quot;cities.24&quot;/&gt;<br>
&nbsp;&nbsp;&nbsp; &lt;/ogc:Filter&gt;<br>
&lt;/wfs:Update&gt;<br>
&lt;/wfs:Transaction&gt;<br><br>While looking at the insert xml request noticed that &quot;feature : cities&quot; was present in the request.<br><br>Should this be the same in the modify request as well ?<br><br>Any way I can get around this ?<br>
<br>Thanks in advance,<br><br>Indika<br><br><br><br><br><br><br>