Skip to main content
Question

help wms use

  • October 17, 2019
  • 5 replies
  • 25 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.

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

5 replies

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • October 17, 2019

You can use that url directly in a WMS reader


  • Author
  • 3 replies
  • October 17, 2019

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?


ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • October 17, 2019

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


palhermans
Contributor
Forum|alt.badge.img+10
  • Contributor
  • 46 replies
  • October 17, 2019

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


  • Author
  • 3 replies
  • October 17, 2019

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