Found a way which seems to to work:
In the user name property of the WebNode subcomponent of the THTTPRio component, use the domain name followed by a backslash and the user name:
'domain\username'
This works fine currently to access the server WSDL URL at designtime.
After entering the WSDL URL at designtime, the HTTPrio HTTPRIO component will list available port and services.
In a HTTP proxy (Don's Proxy), NTLM is displayed as the request authentication type.
However, this currently only gives access to the service WSDL, not to the service itself, which still responds with an authorization error. Maybe there is a simple configuration problem - but I want to share my solution in case it is helpful for others.
