从 WCF 调用 WSE 服务的技巧?
我有一个 WSE 3.0 Web 服务,我试图使用 VS 2008 生成的 WCF 客户端来调用它。 VS 使用 basicHttpBinding 生成客户端,但我收到异常“Microsoft.Web.Services3.Security.SecurityFault:不满足安全要求,因为传入消息中不存在安全标头。”
我假设这是由于缺少 WSE 标头或配置项引起的,但我找不到任何有关从 WCF 调用 WSE 的文档,也没有说明如何更改我的 WCF 客户端配置以在这种情况下工作。
是否有一些好的来源可以查找有关如何使 WCF 到 WSE 调用正常工作的信息?
I've got a WSE 3.0 web service that I'm trying to call using a VS 2008-generated WCF client. VS generated the client with a basicHttpBinding but I'm getting the exception "Microsoft.Web.Services3.Security.SecurityFault: Security requirements are not satisfied because the security header is not present in the incoming message."
I'm assuming this is caused by a missing WSE header or configuration item but I can't find any docs on calling WSE from WCF and no description of how to change my WCF client configuration to work in this case.
Is there some good source for finding information about how to get WCF to WSE calls to work?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是 WSE / WCF 集成的链接:
http://msdn.microsoft .com/en-us/library/ms734745.aspx
Here is a link to the WSE / WCF Integration:
http://msdn.microsoft.com/en-us/library/ms734745.aspx