Hi Bart,<br><br>Thanks for the tip. This way OpenLayers seems to produce the request correctly:<br><br>&lt;feature:shape&gt;<br> &lt;gml:Point xmlns:gml=&quot;<a href="http://www.opengis.net/gml">http://www.opengis.net/gml</a>&quot;&gt;<br>
  &lt;gml:coordinates decimal=&quot;.&quot; cs=&quot;,&quot; ts=&quot; &quot;&gt;<br>    186758.05565625,285364.15754687<br>   &lt;/gml:coordinates&gt;<br>  &lt;/gml:Point&gt;<br>&lt;/feature:shape&gt;<br><br>But in the database I&#39;m still getting a null geometry. Here&#39;s the result from Geoserver:<br>
<br>&lt;wfs:InsertResult&gt;<br> &lt;ogc:FeatureId fid=&quot;M_TANQUE.18315724&quot;/&gt;<br>&lt;/wfs:InsertResult&gt;<br>&lt;wfs:TransactionResult&gt; <br> &lt;wfs:Status&gt; &lt;wfs:SUCCESS/&gt; &lt;/wfs:Status&gt; <br>
&lt;/wfs:TransactionResult&gt;<br><br>There&#39;s indeed a new row at the database with the key 18315724, but the geometry column is null. What&#39;s wrong?<br><br>Any ideas? Thank you,<br><br>Luís<br> <br><br><div class="gmail_quote">
2010/1/27 Bart van den Eijnden <span dir="ltr">&lt;<a href="mailto:bartvde@osgis.nl">bartvde@osgis.nl</a>&gt;</span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<div style="word-wrap: break-word;">Hi,<div><br></div><div>use geometry_column instead of geometryName.</div><div><br></div><div>Bart</div><div><br><div><br></div><br></div></div></blockquote></div><br>