<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> </DIV>
<DIV>my layer definition:</DIV>
<DIV> </DIV>
<DIV> olWFSParcelle = new OpenLayers.Layer.Vector("Parcelle - WFS-T", {<BR> projection: new OpenLayers.Projection("EPSG:32198"),<BR> strategies: [new OpenLayers.Strategy.BBOX(), oSaveStrategy],<BR> protocol: new OpenLayers.Protocol.WFS({<BR> version: "1.1.0",<BR> url: "<A href="http://mrsig.fadq.qc/geoserver/wfs">http://<FONT color=#000000>sig.fool.qc</FONT>/geoserver/wfs</A>",<BR> featureType: "SAGR_V3",<BR> srsName: "EPSG:32198",<BR> featurePrefix: "fadq",<BR> featureNS: "<A href="http://mrsig.fadq.qc/fadq">http://<FONT color=#000000>sig.fool.qc</FONT>/fadq</A>",<BR> geometryName: "GEOM",</DIV>
<DIV> schema: "<A href="http://mrsig.fadq.qc/geoserver/wfs/DescribeFeatureType?version=1.1.0&srsName=EPSG:32198&TypeName=fadq:SAGR_V3">http://<FONT color=#000000>sig.fool.qc</FONT>/geoserver/</A><A href="http://path/to/geoserver/wfs?service=WFS&version=1.1.0&request=DescribeFeatureTyp&typename=faqd:SAGR_V3">wfs?service=WFS&version=1.1.0&request=DescribeFeatureTyp&srsName=EPSG:32198&typename=faqd:SAGR_V3</A>"<BR> })<BR> });<BR><BR>>>> Andreas Hocevar <ahocevar@opengeo.org> 01/07/10 3:26 am >>><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>> Hi,<BR>> <BR>> with OL i use the edition of polygon. A transaction with several<BR>> operation does not work<BR>> <BR>> GML generate by Openlayers:<BR>> <BR>> <wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs" service="WFS"<BR>> version="1.1.0"<BR>> 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>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"><BR>> <wfs:Delete typeName="fadq:SAGR_V3"<BR>> xmlns:fadq="http://sig.fool.qc/fadq"><ogc:Filter (<BR>> 'http://mrsig.fadq.qc/fadq" )<BR>> xmlns:ogc="http://www.opengis.net/ogc"><ogc:FeatureId (<BR>> 'http://www.opengis.net/ogc" )<BR>> fid="SAGR_V3.17"/></ogc:Filter></wfs:Delete><BR>> <wfs:Insert><feature:SAGR_V3<BR>> xmlns:feature="http://sig.fool.qc/fadq"><feature:GEOM><gml:MultiSurface (<BR>> 'http://sig.fool.qc/fadq" ) xmlns:gml="http://www.opengis.net/gml"<BR>> srsName="EPSG:32198"><gml:surfaceMember><gml:Polygon><gml:exterior><gml:LinearRing><gml:posList>-206413.01818846<BR>> 292765.09570319 -206182.22900389 292089.51281744 -205745.8276367<BR>> 292269.94799811 -205917.87048338 292479.75634772 -206413.01818846<BR>> 292765.09570319</gml:posList></gml:LinearRing></gml:exterior></gml:Polygon></gml:surfaceMember></gml:MultiSurface></feature:GEOM></feature:SAGR_V3></wfs:Insert><BR>><BR>> </wfs:Transaction><BR>> <BR>> <BR>> The order is:<BR>> <BR>> DELETE - INSERT<BR>> <BR>> <BR>> but the order should be reversed and it works<BR>> <BR>> INSERT - DELETE<BR>> <BR>> <BR>> It this normal?? a bug??<BR>> <BR>> <BR>> regards,<BR>> <BR>> <BR>> Pat<BR>><BR>><BR>> _______________________________________________<BR>> Users mailing list<BR>> Users@openlayers.org<BR>> <A href="http://openlayers.org/mailman/listinfo/users">http://openlayers.org/mailman/listinfo/users</A><BR>> <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>