<br><font size=2 face="sans-serif">Hi,</font>
<br>
<br><font size=2 face="sans-serif">i have a pblm when i want to insert
a new feature. my request generated is (in firebug):</font>
<br>
<br><font size=2 face="sans-serif">post</font>
<br>
<br><font size=2 face="sans-serif">&lt;wfs:Transaction xmlns:wfs=&quot;http://www.opengis.net/wfs&quot;
service=&quot;WFS&quot; </font>
<br><font size=2 face="sans-serif">version=&quot;1.1.0&quot; xsi:schemaLocation=&quot;http://www.opengis.net/wfs
</font>
<br><font size=2 face="sans-serif">http://schemas.opengis.net/wfs/1.1.0/wfs.xsd&quot;
xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;/&gt;</font>
<br>
<br><font size=2 face="sans-serif">and a response:</font>
<br>
<br><font size=2 face="sans-serif">&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot;?&gt;</font>
<br><font size=2 face="sans-serif">&lt;wfs:TransactionResponse version=&quot;1.1.0&quot;
xsi:schemaLocation=&quot;http://www.opengis.net/wfs http://localhost:8080/geoserver/schemas/wfs/1.1.0/wfs.xsd&quot;
</font>
<br><font size=2 face="sans-serif">xmlns:ogc=&quot;http://www.opengis.net/ogc&quot;
xmlns:tiger=&quot;http://www.census.gov&quot; xmlns:wfs=&quot;http://www.opengis.net/wfs&quot;
xmlns:tuto=&quot;http://www.openplans.org/tuto&quot; </font>
<br><font size=2 face="sans-serif">xmlns:topp=&quot;http://www.openplans.org/topp&quot;
xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot; xmlns:sf=&quot;http://www.openplans.org/spearfish&quot;
</font>
<br><font size=2 face="sans-serif">xmlns:ows=&quot;http://www.opengis.net/ows&quot;
xmlns:gml=&quot;http://www.opengis.net/gml&quot; xmlns:xlink=&quot;http://www.w3.org/1999/xlink&quot;&gt;&lt;wfs:TransactionSummary&gt;&lt;wfs:totalInserted&gt;0&lt;/wfs:totalInserted&gt;</font>
<br><font size=2 face="sans-serif">&lt;wfs:totalUpdated&gt;0&lt;/wfs:totalUpdated&gt;&lt;wfs:totalDeleted&gt;0&lt;/wfs:totalDeleted&gt;&lt;/wfs:TransactionSummary&gt;&lt;wfs:TransactionResults/&gt;&lt;wfs:InsertResults&gt;&lt;wfs:Feature&gt;&lt;ogc:FeatureId
fid=&quot;none&quot;/&gt;</font>
<br><font size=2 face="sans-serif">&lt;/wfs:Feature&gt;&lt;/wfs:InsertResults&gt;&lt;/wfs:TransactionResponse&gt;</font>
<br>
<br><font size=2 face="sans-serif">i compared my request with that of example
(http://openlayers.org/dev/examples/wfs-protocol-transactions.html) and
the request generated in this case is:</font>
<br>
<br><font size=2 face="sans-serif">&lt;wfs:Transaction xmlns:wfs=&quot;http://www.opengis.net/wfs&quot;
service=&quot;WFS&quot; version=&quot;1.1.0&quot; </font>
<br><font size=2 face="sans-serif">xsi:schemaLocation=&quot;http://www.opengis.net/wfs
http://schemas.opengis.net/wfs/1.1.0/wfs.xsd </font>
<br><font size=2 face="sans-serif">http://opengeo.org http://demo.opengeo.org/geoserver/wfs/DescribeFeatureType?version=1.1.0&amp;amp;typename=og:restricted&quot;
</font>
<br><font size=2 face="sans-serif">xmlns:xsi=&quot;http://www.w3.org/2001/XMLSchema-instance&quot;&gt;&lt;wfs:Update
typeName=&quot;feature:restricted&quot;</font>
<br><font size=2 face="sans-serif">&nbsp;xmlns:feature=&quot;http://opengeo.org&quot;&gt;&lt;wfs:Property&gt;&lt;wfs:Name&gt;the_geom&lt;/wfs:Name&gt;&lt;wfs:Value&gt;&lt;gml:MultiSurface</font>
<br><font size=2 face="sans-serif">&nbsp;xmlns:gml=&quot;http://www.opengis.net/gml&quot;
srsName=&quot;EPSG:4326&quot;&gt;&lt;gml:surfaceMember&gt;&lt;gml:Polygon&gt;&lt;gml:exterior&gt;&lt;gml:LinearRing&gt;</font>
<br><font size=2 face="sans-serif">&lt;gml:posList&gt;-103.13690185636
44.54350530134 -103.19458007903 44.561120482483 -103.34152221769 44.500423524143
-103.23028564543</font>
<br><font size=2 face="sans-serif">&nbsp;44.439663311553 -103.13690185636
44.54350530134&lt;/gml:posList&gt;&lt;/gml:LinearRing&gt;&lt;/gml:exterior&gt;&lt;/gml:Polygon&gt;</font>
<br><font size=2 face="sans-serif">&lt;/gml:surfaceMember&gt;&lt;/gml:MultiSurface&gt;&lt;/wfs:Value&gt;&lt;/wfs:Property&gt;&lt;ogc:Filter
xmlns:ogc=&quot;http://www.opengis.net/ogc&quot;&gt;</font>
<br><font size=2 face="sans-serif">&lt;ogc:FeatureId fid=&quot;restricted.680&quot;/&gt;&lt;/ogc:Filter&gt;&lt;/wfs:Update&gt;&lt;/wfs:Transaction&gt;</font>
<br>
<br><font size=2 face="sans-serif">so, my request is very short and no
description of my url and feature inserted are contained in the post query.</font>
<br>
<br><font size=2 face="sans-serif">this is my script openlayers:</font>
<br>
<br><font size=2 face="sans-serif">//PNT WFS-T</font>
<br><font size=2 face="sans-serif">layer3 = new OpenLayers.Layer.Vector(&quot;PNT&quot;,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;{strategies: [new OpenLayers.Strategy.BBOX(), saveStrategy],</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;projection: new OpenLayers.Projection(&quot;EPSG:27563&quot;),</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp;protocol: new OpenLayers.Protocol.WFS({</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; version: &quot;1.1.0&quot;,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; srsName: &quot;EPSG:27563&quot;,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; url: &quot;http://localhost:8080/geoserver/wfs&quot;,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; featureNS : &nbsp;&quot;http://www.openplans.org/tuto&quot;,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; featureType: &quot;PNT&quot;,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; geometryName:&quot;GEOMETRY1&quot;,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; schema: &quot;http://localhost:8080/geoserver/wfs/DescribeFeatureType?version=1.1.0&amp;typename=tuto:PNT&quot;</font>
<br>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; })},</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;{</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; extractAttributes:true,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; displayInLayerSwitcher: true &nbsp; &nbsp; &nbsp;
</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp;});</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;</font>
<br><font size=2 face="sans-serif">var save = new OpenLayers.Control.Button({</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; title: &quot;Save Changes&quot;,</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; trigger: function() {</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; if(edit.feature) {</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; edit.selectControl.unselectAll();</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; }</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; saveStrategy.save();</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; },</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; &nbsp; &nbsp; displayClass: &quot;olControlSaveFeatures&quot;</font>
<br><font size=2 face="sans-serif">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;
&nbsp; &nbsp; });</font>
<br><font size=2 face="sans-serif">any idea?</font>
<br>
<br><font size=2 face="sans-serif">Best regards,</font>