Ricardo Rodríguez ha scritto:
> hi thanks for answering, this gives me the error that python, it can not 
> be this place:
> 
>  raise ServiceException, str(se.text).strip()
> owslib.feature.wfs100.ServiceException: No such operation WFS 1.0.0 
> GetFeaturetypename=univalle:vias
> Details:
> org.geoserver.platform.ServiceException: No such operation WFS 1.0.0 
> GetFeaturetypename=univalle:vias

As Justin already said, this request is not well formed.
It contains
...&request=Getfeaturetypename=univalle:vias&...
but it should be:
...&request=Getfeature&typename=univalle:vias

Look at how the client is building the request, there's most likely
an error there

Cheers
Andrea


-- 
Andrea Aime
OpenGeo - http://opengeo.org
Expert service straight from the developers.

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to