Hello to all,<br>I'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><?xml version="1.0" ?><br><ServiceExceptionReport version="1.2.0" xmlns="<a href="http://www.opengis.net/ogc">http://www.opengis.net/ogc</a>" xmlns:xsi="<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>" xsi:schemaLocation="<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>"><br>
<br> <ServiceException>Feature type &apos;features&apos; is not available: </ServiceException><br><br></ServiceExceptionReport><br><br>After going through the xml request I noticed typeName="features" was in the request.<br>
<br><wfs:Transaction xmlns:wfs="<a href="http://www.opengis.net/wfs">http://www.opengis.net/wfs</a>" version="1.0.0" service="WFS"><br>
<wfs:Update<b> <u>typeName="features</u></b>"><br>
<wfs:Property><br>
<wfs:Name>the_geom</wfs:Name><br>
<wfs:Value><br>
<gml:Point xmlns:gml="<a href="http://www.opengis.net/gml">http://www.opengis.net/gml</a>"
srsName="EPSG:55555"><gml:coordinates decimal="." cs="," ts="
">119826.01248545875,195188.42304989288<br>
</gml:coordinates></gml:Point><br>
</wfs:Value></wfs:Property><br>
<br>
<ogc:Filter xmlns:ogc="<a href="http://www.opengis.net/ogc">http://www.opengis.net/ogc</a>"><br>
<ogc:FeatureId fid="cities.24"/><br>
</ogc:Filter><br>
</wfs:Update><br>
</wfs:Transaction><br><br>While looking at the insert xml request noticed that "feature : cities" 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>