如何在 SOAP UI 中使用绑定 'transport clientCredentialType="Windows"' 访问 SOAP API

How to access SOAP API with binding 'transport clientCredentialType="Windows"' in SOAP UI

如何访问需要 windows 身份验证绑定的 API。尝试在 soap 中使用 NTLM 身份验证类型,但仍然面临 401 unauthorized

的问题

Sireesh 是否可以为 API 甚至 WSDL 提供 link?

我们可以连接:net_http适配器

Savon.client(
        ntlm: ["<user>", "<pwd>", "<domain">],
        wsdl: <wsdl_file_link/local_file>,
        adapter: :net_http,
        open_timeout: 300, 
        read_timeout: 300
    )