show/hide this revision's text 3 deleted 354 characters in body

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.

show/hide this revision's text 2 added 63 characters in body

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, the 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 anly only gives access to the service WSDL, not to the service URLitself, 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.

show/hide this revision's text 1

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, the 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 anly gives access to the WSDL, not to the service URL. Maybe there is a simple configuration problem but I want to share my solution in case it is helpful for others.