[GIS] Failure to connect QGIS to ArcGIS services using WMS connector

map-serviceqgiswms

I`m trying to add a layer to QGIS connecting to a WMS server but I got this error:

"The server you are trying to connect to is not a WMS server. Please check the URL"

I tried two different URLs but I got the same message. Here are the URLs:

http://www.snirh.gov.br/arcgis/rest/services/SNIRH2016/Precipitacao_isoietas/MapServer/1

and

https://services.arcgisonline.com/arcgis/rest/services/Elevation/World_Hillshade/MapServer

What I'm doing wrong? Sorry for the newbie question.

Step 1:

New connection and URL added

Step 2:

This is the message I get

Here is the detailed message:

"Em vez da string de caracteres de recursos que era esperada, foi recebida a seguinte resposta: (in portuguese)"

translated:

"Instead of the resource string that was expected, the following response was received"

Best Answer

You need to use the WMTS URL given at the top of your page: https://services.arcgisonline.com/arcgis/rest/services/Elevation/World_Hillshade/MapServer/WMTS/1.0.0/WMTSCapabilities.xml

For the other server, I did not see it, it looks like it does not implement standard WMS.