[Bentley Map v8i] WFS:the remote server returned an error(401)

Unable to import WFS. It returns error 401. On the same machine QGIS attaches it correctly.

Parents Reply
  • The ArcGIS server WFS services are compliant with the WFS 1.1.0 and 2.0 specifications. They also support the WFS 1.0.0 specification on a read-only basis.

    For 1.1.0  have to add parameter VERSION=1.1.0

     

    If users did not specify a Domain, then one capability request succeeded with NTLM authentication, but then BentleyMap sends the next capability request with Basic Authentication, which fails because the user does not pass the Domain.

Children