调用使用委托的Web方法的SOAPUI问题

时间:2019-01-23 19:13:33

标签: wcf soapui

我的Web服务是:

基于SOAP 公开NET.TCP和HTTP端点 使用Windows / Kerberos身份验证 需要授权

下面是在.NET中建立连接的示例。

 ServiceReference1.SCCMServicesClient request = new ServiceReference1.SCCMServicesClient();

request.ClientCredentials.Windows.AllowedImpersonationLevel = System.Security.Principal.TokenImpersonationLevel.Delegation;

在SOAPUI中,我在doublehop上遇到了拒绝访问的问题。我想这与(.NET)中的这一行有关-我可以在SOAPUI中设置类似的东西吗?

request.ClientCredentials.Windows.AllowedImpersonationLevel = System.Security.Principal.TokenImpersonationLevel.Delegation;

0 个答案:

没有答案