[Argentina] problemas con WFS T

Oscar López oskosk en gmail.com
Jue Jul 17 08:06:01 PDT 2014


Fijate si el SRID de la tabla Postgis que estás tratando de modificar (
pavimento_160611) está bien seteado. No basta que hayas publicado la capa
con un SRS declarado. Tiene que estar bien el SRID en la estructura postigs
( es decir en la tabla GEOMETRY_COLUMNS , la fila correspondiente a la
columna the_geom de la tabla pavimento_160611)

Os


2014-07-17 11:57 GMT-03:00 Javier Diaz <javidiaz1977 at gmail.com>:

> Buen dia gente.
> Alguien usando servicios WFS T?
>
> Actualmente estoy usando GeoServer 2.1.4.
> Estoy teniendo estos errores. Al insertar un feature y guardarlo:
>
> Post:
>
> <wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs" service="WFS"
> version="1.1.0" xsi:schemaLocation="http://www.opengis.net/wfs
> http://schemas.opengis.net/wfs/1.1.0/wfs.xsd" xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance">
> <wfs:Insert>
> <feature:pavimento_160611 xmlns:feature="javier3">
> <feature:the_geom>
> <gml:MultiCurve xmlns:gml="http://www.opengis.net/gml"
> srsName="EPSG:900913">
> <gml:curveMember>
> <gml:LineString>
> <gml:posList>-6490024.3033850035 -4132539.3569971127 -6489931.729029
> -4132560.6378563</gml:posList>
> </gml:LineString>
> </gml:curveMember>
> </gml:MultiCurve>
> </feature:the_geom>
> </feature:pavimento_160611>
> </wfs:Insert>
> </wfs:Transaction>
>
> Respuesta:
>
> <ows:Exception exceptionCode="InvalidParameterValue">
> <ows:ExceptionText>Error performing insert: Error inserting
> features</ows:ExceptionText>
> </ows:Exception>
>
> Al actualizar un feature:
>
> Post: (parte...)
>
> <wfs:Transaction xmlns:wfs="http://www.opengis.net/wfs" service="WFS"
> version="1.1.0" xsi:schemaLocation="http://www.opengis.net/wfs
> http://schemas.opengis.net/wfs/1.1.0/wfs.xsd" xmlns:xsi="
> http://www.w3.org/2001/XMLSchema-instance">
> <wfs:Update typeName="postgis3:pavimento_160611" xmlns:postgis3="javier3">
> <wfs:Property>
> <wfs:Name>the_geom</wfs:Name>
> <wfs:Value>
> <gml:MultiCurve xmlns:gml="http://www.opengis.net/gml"
> srsName="EPSG:900913">
> <gml:curveMember>
> <gml:LineString>
> <gml:posList>-6490301.567365138 -4132488.607738113 -6490350.938355866
> -4132680.0707130195</gml:posList>
> </gml:LineString>
> </gml:curveMember>
> </gml:MultiCurve>
> </wfs:Value>
> </wfs:Property>
> <wfs:Property>
> <wfs:Name>gid</wfs:Name>
> </wfs:Property>
>
> Respuesta
>
> <ows:Exception exceptionCode="InvalidParameterValue">
> <ows:ExceptionText>Update error: Error occured updating
> features</ows:ExceptionText>
> </ows:Exception>
>
> Alguna pista de donde puede estar el problema??
>
> Saludos
> Javier
>
> _______________________________________________
> Argentina mailing list
> Argentina at lists.osgeo.org
> http://lists.osgeo.org/cgi-bin/mailman/listinfo/argentina
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osgeo.org/pipermail/argentina/attachments/20140717/32296c1c/attachment.html>


More information about the Argentina mailing list