Solved

Issue with WFS: URL protocol 'vfs' is unsupported


Userlevel 2
Badge +19

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

icon

Best answer by hollyatsafe 20 July 2018, 17:56

View original

2 replies

Badge +2
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

 

 

Userlevel 2
Badge +19
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