<HTML><HEAD>
<META content="text/html; charset=iso-8859-15" http-equiv=Content-Type>
<META name=GENERATOR content="MSHTML 8.00.6001.18702"></HEAD>
<BODY style="MARGIN: 4px 4px 1px">
<DIV>Hi,</DIV>
<DIV>&nbsp;</DIV>
<DIV>my layer definition:</DIV>
<DIV>&nbsp;</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; olWFSParcelle = new OpenLayers.Layer.Vector("Parcelle - WFS-T", {<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; projection: new OpenLayers.Projection("EPSG:32198"),<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; strategies: [new OpenLayers.Strategy.BBOX(), oSaveStrategy],<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; protocol: new OpenLayers.Protocol.WFS({<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; version:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "1.1.0",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; url:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "<A href="http://mrsig.fadq.qc/geoserver/wfs">http://<FONT color=#000000>sig.fool.qc</FONT>/geoserver/wfs</A>",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; featureType:&nbsp;&nbsp; "SAGR_V3",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; srsName:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "EPSG:32198",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; featurePrefix:&nbsp; "fadq",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; featureNS:&nbsp;&nbsp;&nbsp;&nbsp; "<A href="http://mrsig.fadq.qc/fadq">http://<FONT color=#000000>sig.fool.qc</FONT>/fadq</A>",<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; geometryName:&nbsp; "GEOM",</DIV>
<DIV>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; schema:&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; "<A href="http://mrsig.fadq.qc/geoserver/wfs/DescribeFeatureType?version=1.1.0&amp;srsName=EPSG:32198&amp;TypeName=fadq:SAGR_V3">http://<FONT color=#000000>sig.fool.qc</FONT>/geoserver/</A><A href="http://path/to/geoserver/wfs?service=WFS&amp;version=1.1.0&amp;request=DescribeFeatureTyp&amp;typename=faqd:SAGR_V3">wfs?service=WFS&amp;version=1.1.0&amp;request=DescribeFeatureTyp&amp;srsName=EPSG:32198&amp;typename=faqd:SAGR_V3</A>"<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; })<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; });<BR><BR>&gt;&gt;&gt; Andreas Hocevar &lt;ahocevar@opengeo.org&gt; 01/07/10 3:26 am &gt;&gt;&gt;<BR>Hi,<BR><BR>I do not see how the request below would make any difference if the<BR>order was changed. According to the schema, the Transaction children are<BR>a 0..* choice, not a sequence.<BR><BR>Can you please also paste the server response to the failing transaction<BR>request?<BR><BR>Regards,<BR>Andreas.<BR><BR>The only problem I see with the xml you pasted is that the<BR>On 2010-01-06 22:34, Patrick Mayrand wrote:<BR>&gt; Hi,<BR>&gt;&nbsp; <BR>&gt; with OL i use the edition of polygon. A transaction with several<BR>&gt; operation does not work<BR>&gt;&nbsp; <BR>&gt; GML generate by Openlayers:<BR>&gt;&nbsp; <BR>&gt; &lt;wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs" service="WFS"<BR>&gt; version="1.1.0"<BR>&gt; xsi:schemaLocation="http://www.opengis.net/wfs <A href='http://schemas.opengis.net/wfs/1.1.0/wfs.xsd"'>http://schemas.opengis.net/wfs/1.1.0/wfs.xsd"</A><BR>&gt; xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"&gt;<BR>&gt; &lt;wfs:Delete typeName="fadq:SAGR_V3"<BR>&gt; xmlns:fadq="http://sig.fool.qc/fadq"&gt;&lt;ogc:Filter (<BR>&gt; 'http://mrsig.fadq.qc/fadq" )<BR>&gt; xmlns:ogc="http://www.opengis.net/ogc"&gt;&lt;ogc:FeatureId (<BR>&gt; 'http://www.opengis.net/ogc" )<BR>&gt; fid="SAGR_V3.17"/&gt;&lt;/ogc:Filter&gt;&lt;/wfs:Delete&gt;<BR>&gt; &lt;wfs:Insert&gt;&lt;feature:SAGR_V3<BR>&gt; xmlns:feature="http://sig.fool.qc/fadq"&gt;&lt;feature:GEOM&gt;&lt;gml:MultiSurface (<BR>&gt; 'http://sig.fool.qc/fadq" ) xmlns:gml="http://www.opengis.net/gml"<BR>&gt; srsName="EPSG:32198"&gt;&lt;gml:surfaceMember&gt;&lt;gml:Polygon&gt;&lt;gml:exterior&gt;&lt;gml:LinearRing&gt;&lt;gml:posList&gt;-206413.01818846<BR>&gt; 292765.09570319 -206182.22900389 292089.51281744 -205745.8276367<BR>&gt; 292269.94799811 -205917.87048338 292479.75634772 -206413.01818846<BR>&gt; 292765.09570319&lt;/gml:posList&gt;&lt;/gml:LinearRing&gt;&lt;/gml:exterior&gt;&lt;/gml:Polygon&gt;&lt;/gml:surfaceMember&gt;&lt;/gml:MultiSurface&gt;&lt;/feature:GEOM&gt;&lt;/feature:SAGR_V3&gt;&lt;/wfs:Insert&gt;<BR>&gt;<BR>&gt; &lt;/wfs:Transaction&gt;<BR>&gt;&nbsp; <BR>&gt;&nbsp; <BR>&gt; The order is:<BR>&gt;&nbsp; <BR>&gt; DELETE - INSERT<BR>&gt;&nbsp; <BR>&gt;&nbsp; <BR>&gt; but the order should be reversed and it works<BR>&gt;&nbsp; <BR>&gt; INSERT - DELETE<BR>&gt;&nbsp; <BR>&gt;&nbsp; <BR>&gt; It this normal?? a bug??<BR>&gt;&nbsp; <BR>&gt;&nbsp; <BR>&gt; regards,<BR>&gt;&nbsp; <BR>&gt;&nbsp; <BR>&gt; Pat<BR>&gt;<BR>&gt;<BR>&gt; _______________________________________________<BR>&gt; Users mailing list<BR>&gt; Users@openlayers.org<BR>&gt; <A href="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</A><BR>&gt;&nbsp;&nbsp; <BR><BR><BR>-- <BR>Andreas Hocevar<BR>OpenGeo - <A href="http://opengeo.org/">http://opengeo.org/</A><BR>Expert service straight from the developers.<BR><BR></DIV></BODY></HTML>