[GIS] Problem accessing WFS 1.1.0 with Mapinfo

mapinfowfs

I am new to all kinds of GIS software. Due to my project I need to open WFS site which needs a WFS standard 1.1.0. I tried to do it with MapInfo Professional 11.5, but it wont open it. I found a solution from the internet which told me to put ?request=getCapabilities&version=1.1.0 in the end of my WFS URL, but it gives me an error " Unable to get capabilities from the server " Do I have to download any add-ons to MapInfo 11.5? Or can anybody suggest me some other programs to get this link to work?

Best Answer

Your answer is still little bit ambiguos. Did I understood correctly, that WFS service supports only 1.1.0, but MapInfo supports only 1.0.0?

There is service=WFS missing in your request string. Open those two URL-s in browser, what do you get?

http://url.to.your.serice?request=getCapabilities&version=1.1.0&service=WFS http://url.to.your.serice?request=getCapabilities&version=1.0.0&service=WFS

For testing (if you are stuck with MapInfo), you can download Quantum GIS (http://www.qgis.org/), it supports WFS.

Related Question