WCF-BasicHttp NTLM ESB 指导
我正在尝试访问位于 IIS 上的 asmx 服务,asmx 正在使用集成安全性 我尝试使用 ESB 指南 1.0 中配置的 wcf-basichttp 适配器来调用它,
我收到的错误是:
HTTP 请求未经客户端身份验证方案“匿名”的授权。从服务器收到的身份验证标头是“NTLM”
我尝试在端点配置中设置:
UserName=DOMAIN\Username&Password=Password&TransportClientCredentialType=NTLM
任何想法都会被采纳
I am trying to access an asmx service located on IIS, the asmx is using integradted security
I am trying to call it with wcf-basichttp adapter configured inside ESB guidance 1.0
The error i am getting is :
The HTTP request is unauthorized with client authentication scheme 'Anonymous'. The authentication header received from the server was 'NTLM'
I tryed to set in the endpoint config:
UserName=DOMAIN\Username&Password=Password&TransportClientCredentialType=NTLM
Any idea would be appriciated
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我会看一下这个类似的 线程。
I would take a look at this similar thread.