Skip to main content

Good morning!

I need to connect to this WFS service using FME:

https://inspire.navarra.es/services/CP/wfs?request=GetCapabilities&service;=WFS

But everytime I get this error:

XML Parser error: 'URL protocol 'vfs' is unsupported'

I have no idea what could be wrong. I use other WFS services with no problem.

Does anybody know what that error means?

Thanks for any help provided!

FME Desktop 2018.0

Hi @oscard,

 

Try setting the WFS version to 1.1.0 - this did the trick for me!

 

Under the error the log states: Failed to obtain any schemas from reader 'WFS' from 1 datasets.

 

So I had a look at the Schema definition in the URL and the Inspire schema looks like its set up for compatibility with V1.1: http://inspire.ec.europa.eu/schemas/inspire_dls/1.0/inspire_dls.xsd

 

 


Hi @oscard,

 

Try setting the WFS version to 1.1.0 - this did the trick for me!

 

Under the error the log states: Failed to obtain any schemas from reader 'WFS' from 1 datasets.

 

So I had a look at the Schema definition in the URL and the Inspire schema looks like its set up for compatibility with V1.1: http://inspire.ec.europa.eu/schemas/inspire_dls/1.0/inspire_dls.xsd

 

 

It didn't work for me! :(

 

 

But, if I change the "Ignore Application Schema" to "Yes" I can read the WFS.

 

 

Thanks!

 

 


Reply