Skip to main content


I try to
load data from this wfs :
https://www.vaarweginformatie.nl/wfswms/services?SERVICE=WFS&VERSION;=1.1.0&request;=GetFeature



but it
gives some errors. I use the wfs reader in FME desktop 2015, I see and can
select the different feature types in the wfs but it won't load the data.



The reader
generate the next error : The top-level element declaration referred to by the
'substitutionGroup' attribute is missing from the XML Schema


QName:
'gml:AbstractFeature' | namespace uri:'http://www.opengis.net/gml'



What is going wrong?

Hi @poppendamme 

Did you open this url in another software? I inserted in the brownser and didn't work:

<?xml version='1.0' encoding='UTF-8'?>
<ows:ExceptionReport xmlns:ows="http://www.opengis.net/ows" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.opengis.net/ows http://schemas.opengis.net/ows/1.0.0/owsExceptionReport.xsd" version="1.0.0">
  <ows:Exception exceptionCode="InvalidParameterValue" locator="typeName">
    <ows:ExceptionText>Either the typeName parameter must be present or the query must provide feature ids.</ows:ExceptionText>
  </ows:Exception>
</ows:ExceptionReport>

Thanks,

Danilo


Reply