Question

help wms use

  • 17 October 2019
  • 5 replies
  • 12 views

Hello,

I would like to use this wms (in QGIS I can see the raster): https://geoservices.wallonie.be/arcgis/services/RELIEF/WALLONIE_MNT_2013_2014/MapServer/WMSServer?request=GetCapabilities&service=WMS

 

What url should I use to access this wms via FME.

 

Thanks a lot.


5 replies

Userlevel 1
Badge +21

You can use that url directly in a WMS reader

Thank you @egomm

I try but I have this error when I try to load the layer list in a reader wms .

 

 

<WMS> Couldn't connect to server- Unable to fetch the capabilities document: 'https://geoservices.wallonie.be:443/arcgis/services/RELIEF/WALLONIE_MNT_2013_2014/MapServer/WMSServer?SERVICE=WMS&REQUEST=GetCapabilities&VERSION=1.1.1'

 

Do you have an idea of the problem?

Userlevel 1
Badge +21

Thank you @egomm

I try but I have this error when I try to load the layer list in a reader wms .

 

 

<WMS> Couldn't connect to server- Unable to fetch the capabilities document: 'https://geoservices.wallonie.be:443/arcgis/services/RELIEF/WALLONIE_MNT_2013_2014/MapServer/WMSServer?SERVICE=WMS&REQUEST=GetCapabilities&VERSION=1.1.1'

 

Do you have an idea of the problem?

It could be a permissions/proxy issue - I'm able to connect to that url with no issue using the WMS reader

Badge +9

Thank you @egomm

I try but I have this error when I try to load the layer list in a reader wms .

 

 

<WMS> Couldn't connect to server- Unable to fetch the capabilities document: 'https://geoservices.wallonie.be:443/arcgis/services/RELIEF/WALLONIE_MNT_2013_2014/MapServer/WMSServer?SERVICE=WMS&REQUEST=GetCapabilities&VERSION=1.1.1'

 

Do you have an idea of the problem?

Maybe try to specify the version (1.3.0), i.e

https://geoservices.wallonie.be/arcgis/services/RELIEF/WALLONIE_MNT_2013_2014/MapServer/WMSServer?request=GetCapabilities&service=WMS&version=1.3.0

it was effectively a problem of proxy ... I make some modification and it works thank you very much.

 

Reply