[OpenLayers-Users] Error saving WFS - <ows:Exception exceptionCode="NoApplicableCode"> Feature type *** is not available

giraam sdjbm17 at gmail.com
Tue Jun 22 10:52:42 EDT 2010


Hi people!

I don't know what could give this error when saving a WFS to GeoServer ->
PostGIS


<?xml version="1.0" encoding="UTF-8"?>
<ows:ExceptionReport version="1.0.0"
  xsi:schemaLocation="http://www.opengis.net/ows
http://192.168.11.22:8080/geoserver/schemas/ows/1.0.0/owsExceptionReport.xsd"
  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xmlns:ows="http://www.opengis.net/ows">
    <ows:Exception exceptionCode="NoApplicableCode">
        <ows:ExceptionText>Feature type &amp;apos;clientes_nuevos&amp;apos;
is not available: </ows:ExceptionText>
    </ows:Exception>
</ows:ExceptionReport>


My post is this:


<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:clientes_nuevos
xmlns:feature="http://192.168.11.22:8080/geoserver/wfs">
            <feature:the_geom>
                <gml:Point xmlns:gml="http://www.opengis.net/gml"
srsName="EPSG:4326">
                    <gml:pos>-57.666 -25.302875</gml:pos>
                </gml:Point>
            </feature:the_geom>
            <feature:ASIGNADO>1</feature:ASIGNADO>
        </feature:clientes_nuevos>
    </wfs:Insert>
</wfs:Transaction>


Any idea? THANKS!

-----
just another web developer
-- 
View this message in context: http://osgeo-org.1803224.n2.nabble.com/Error-saving-WFS-ows-Exception-exceptionCode-NoApplicableCode-Feature-type-is-not-available-tp5209150p5209150.html
Sent from the OpenLayers Users mailing list archive at Nabble.com.



More information about the Users mailing list