qgisinspiretools / qgis-wfs20-client-plugin

QGIS Plugin for OGC Web Feature Service 2.0.0
11 stars 8 forks source link

OWS exception #7

Open alexander-st opened 7 years ago

alexander-st commented 7 years ago

Dear Juergen,

I got a runing WFS URL and I tried to load it into QGIS with your plugin. The list feature types is working, I can see all the available layers. When I try to get Features I receive the following error message: OWS Exception returend from the WFS: An unexcpected error occured. Original message: "Value cannot be null. Parameter name: key"

qgis wfs error

We tried to consume the URL also through FME in ArcGIS and there the WFS can be consumed?

Any suggestions?

JuergenWeichand commented 7 years ago

Hi Alexander,

your WFS is protected with an API-Key. After requesting the Capabilities-Document the GetFeature OnlineResource will be parsed from the response, because this URL could be different from the GetCapabilities OnlineResource.

You should find your API-Key in the XML document and no placeholder like {KEY}.

Best regards Juergen