Connecting web services to QGIS and ArcGIS

Ellipsis Drive exposes layers via standard OGC web services, allowing direct use in tools such as QGIS and ArcGIS.

However, these external applications often return generic error messages, which can make connection issues difficult to diagnose. This guide highlights the most common causes of failed connections and how to resolve them.


1. Authentication (username and password)

If a layer is not set to Public or Link Sharing, authentication is required before the web service can be accessed.

You must provide valid credentials in the authentication settings of your GIS software.

If authentication fails:

  • verify your username and password by logging into Ellipsis Drive

  • use the β€œforgot password” flow if needed

To avoid authentication entirely, the layer owner can enable Link Sharing.


2. Coordinate order in ArcGIS (WFS only)

Some Esri applications swap X and Y coordinates when using WFS services.

If geometries appear incorrectly or fail to load, ensure the coordinate order is adjusted accordingly.


3. Missing GetCapabilities parameter

Certain Esri configurations require an explicit GetCapabilities request.

Append one of the following to your service URL depending on the protocol:

  • ?request=GetCapabilities&service=WFS

  • ?request=GetCapabilities&service=WMS

  • ?request=GetCapabilities&service=WMTS


4. Licensing limitations

Some Esri licenses restrict or partially limit web service connectivity.

If connections fail despite correct configuration:

  • verify whether your license supports OGC connections

  • contact your administrator for clarification

If upgrading is not an option, QGIS is often a more flexible alternative for OGC-based workflows.


Important note on permissions

Some GIS clients may restrict access levels when using OGC services, for example limiting functionality to read-only access depending on the software and license configuration.


Still experiencing issues?

Last updated