Olivier, with r556 with and log_level 8 tinyows.log I&#39;ve found the following records:<br><br>[Mon May 23 17:01:29 2011] [SQL] BEGIN;<br>[Mon May 23 17:01:29 2011] [SQL] SELECT nextval(&#39;public.views_ogc_fid_seq&#39;);<br>
[Mon May 23 17:01:29 2011] [SQL] SELECT ST_GeomFromGML(&#39;&lt;gml:Point xmlns:gml=&quot;<a href="http://www.opengis.net/gml">http://www.opengis.net/gml</a>&quot; xmlns:feature=&quot;<a href="http://nextgis.org/sf">http://nextgis.org/sf</a>&quot; xmlns:wfs=&quot;<a href="http://www.opengis.net/wfs">http://www.opengis.net/wfs</a>&quot; xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a>&quot; srsName=&quot;EPSG:4326&quot;&gt;&lt;gml:coordinates decimal=&quot;.&quot; cs=&quot;,&quot; ts=&quot; &quot;&gt;39.120465966804,57.288564708814&lt;/gml:coordinates&gt;&lt;/gml:Point&gt;&#39;,0)<br>
[Mon May 23 17:01:29 2011] [SQL] ROLLBACK;<br><br>I guess that cause of error is  ST_GeomFromGML function. Accordingly log files this function contains two parameters, but actually  ST_GeomFromGML takes only one argument.<br>
<br><div class="gmail_quote">On Mon, May 23, 2011 at 5:41 AM, Olivier Courtin <span dir="ltr">&lt;<a href="mailto:olivier.courtin@gmail.com">olivier.courtin@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
<br>
On May 23, 2011, at 12:22 AM, Denis Rykov wrote:<br>
<br>
Denis,<br>
<br>
&gt; Hi Oliver, yes rc2.<br>
<br>
Ok,<br>
Could you try with latest r556 ?<br>
<div class="im"><br>
<br>
&gt; &lt;wfs:Transaction xmlns:wfs=&quot;<a href="http://www.opengis.net/wfs" target="_blank">http://www.opengis.net/wfs</a>&quot;<br>
&gt; service=&quot;WFS&quot; version=&quot;1.0.0&quot; xsi:schemaLocation=&quot;<a href="http://www.opengis.net/wfs" target="_blank">http://www.opengis.net/wfs</a><br>
&gt;  <a href="http://schemas.opengis.net/wfs/1.0.0/WFS-transaction.xsd" target="_blank">http://schemas.opengis.net/wfs/1.0.0/WFS-transaction.xsd</a>&quot;<br>
&gt; xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot;&gt;<br>
&gt; &lt;wfs:Insert&gt;<br>
&gt; &lt;feature:temp xmlns:feature=&quot;<a href="http://nextgis.org/sf" target="_blank">http://nextgis.org/sf</a>&quot;&gt;<br>
&gt; &lt;feature:wkb_geometry&gt;<br>
&gt; &lt;gml:Point xmlns:gml=&quot;<a href="http://www.opengis.net/gml" target="_blank">http://www.opengis.net/gml</a>&quot; srsName=&quot;EPSG:4326&quot;&gt;<br>
&gt; &lt;gml:coordinates decimal=&quot;.&quot; cs=&quot;,&quot; ts=&quot;<br>
&gt; &quot;&gt;39.139692041022,57.214647880166&lt;/gml:coordinates&gt;<br>
&gt; &lt;/gml:Point&gt;<br>
&gt; &lt;/feature:wkb_geometry&gt;<br>
&gt; &lt;feature:name&gt;New point&lt;/feature:name&gt;<br>
&gt; &lt;/feature:temp&gt;<br>
&gt; &lt;/wfs:Insert&gt;<br>
&gt; &lt;/wfs:Transaction&gt;<br>
&gt;<br>
&gt; Does point layer could be invalid? I think that validation procedure<br>
&gt; is used only for polygonal layers.<br>
<br>
</div>You&#39;re right Point geometry nor Linestring cannot be SFS invalid.<br>
<br>
<br>
i&#39;ve done on my latest trunk version these two tests upon your request,<br>
they are both fine...<br>
<br>
SELECT ST_AsEWKT(St_GeomFromGml(&#39;&lt;gml:Point xmlns:gml=&quot;<a href="http://www.opengis.net/gml" target="_blank">http://www.opengis.net/gml</a><br>
<div class="im">&quot; srsName=&quot;EPSG:4326&quot;&gt;<br>
&lt;gml:coordinates decimal=&quot;.&quot; cs=&quot;,&quot; ts=&quot;<br>
&quot;&gt;39.139692041022,57.214647880166&lt;/gml:coordinates&gt;<br>
</div>&lt;/gml:Point&gt;&#39;));<br>
                     st_asewkt<br>
--------------------------------------------------<br>
  SRID=4326;POINT(39.139692041022 57.214647880166)<br>
<br>
<br>
and<br>
<div class="im"><br>
&lt;wfs:Transaction xmlns:wfs=&quot;<a href="http://www.opengis.net/wfs" target="_blank">http://www.opengis.net/wfs</a>&quot; service=&quot;WFS&quot;<br>
version=&quot;1.0.0&quot; xsi:schemaLocation=&quot;<a href="http://www.opengis.net/wfs" target="_blank">http://www.opengis.net/wfs</a> <a href="http://schemas.opengis.net/wfs/1.0.0/WFS-transaction.xsd" target="_blank">http://schemas.opengis.net/wfs/1.0.0/WFS-transaction.xsd</a><br>

&quot; xmlns:xsi=&quot;<a href="http://www.w3.org/2001/XMLSchema-instance" target="_blank">http://www.w3.org/2001/XMLSchema-instance</a>&quot;&gt;<br>
&lt;wfs:Insert&gt;<br>
</div>&lt;sf:PrimitiveGeoFeature xmlns:sf=&quot;<a href="http://cite.opengeospatial.org/gmlsf" target="_blank">http://cite.opengeospatial.org/gmlsf</a>&quot;&gt;<br>
&lt;sf:pointProperty&gt;<br>
<div class="im">&lt;gml:Point xmlns:gml=&quot;<a href="http://www.opengis.net/gml" target="_blank">http://www.opengis.net/gml</a>&quot; srsName=&quot;EPSG:4326&quot;&gt;<br>
&lt;gml:coordinates decimal=&quot;.&quot; cs=&quot;,&quot; ts=&quot;<br>
&quot;&gt;39.139692041022,57.214647880166&lt;/gml:coordinates&gt;<br>
&lt;/gml:Point&gt;<br>
</div>&lt;/sf:pointProperty&gt;<br>
&lt;sf:intProperty&gt;4&lt;/sf:intProperty&gt;<br>
&lt;sf:measurand&gt;4&lt;/sf:measurand&gt;<br>
&lt;sf:decimalProperty&gt;4&lt;/sf:decimalProperty&gt;<br>
&lt;/sf:PrimitiveGeoFeature&gt;<br>
&lt;/wfs:Insert&gt;<br>
&lt;/wfs:Transaction&gt;<br>
<br>
<br>
<br>
So i don&#39;t yet understand why you get an error, with such a request,<br>
  - Could you provide the TinyOWS --check output  ?<br>
  - Could you activate log with log_level 8 (sql query) and provide<br>
the latests queries performed ?<br>
<br>
<br>
Thanks<br>
<div><div></div><div class="h5"><br>
--<br>
Olivier<br>
_______________________________________________<br>
TinyOWS-dev mailing list<br>
<a href="mailto:TinyOWS-dev@lists.maptools.org">TinyOWS-dev@lists.maptools.org</a><br>
<a href="http://lists.maptools.org/mailman/listinfo/tinyows-dev" target="_blank">http://lists.maptools.org/mailman/listinfo/tinyows-dev</a><br>
</div></div></blockquote></div><br>