---------------------------------------------------------------------------
ServiceException Traceback (most recent call last)
<ipython-input-14-3935d93b4d41> in <module>()
----> 1 feature = wfs.getfeature(typename=shapefiles[0], maxfeatures=1, propertyname=None)
2 gml = etree.parse(feature)
3 gml_root=gml.getroot()
4 name_spaces = gml_root.nsmap
/home/local/python27_epd/lib/python2.7/site-packages/owslib/feature/wfs100.pyc in getfeature(self, typename, filter, bbox, featureid, featureversion, propertyname, maxfeatures, srsname, method)
210 if tree.tag == "{%s}ServiceExceptionReport" % OGC_NAMESPACE:
211 se = tree.find(nspath('ServiceException', OGC_NAMESPACE))
--> 212 raise ServiceException, str(se.text).strip()
213
214 return StringIO(data)
ServiceException: msWFSGetFeature(): WFS server error. TYPENAME 'P' doesn't exist in this server. Please check the capabilities and reformulate your request.