How can I use NTLM authentication in a Delphi SOAP Web Service client?

前端 未结 2 1013
庸人自扰
庸人自扰 2020-12-17 05:42

For a Microsoft CRM project, we need NTLM authentication in the Delphi 2009 web service client.

It looks like Indy 10 Tiburon already has experimental NTLM support.<

2条回答
  •  暖寄归人
    2020-12-17 06:08

    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'

    After entering the WSDL URL at designtime, the HTTPRIO component will list available port and services.

提交回复
热议问题