从 WCF 调用 WSE 服务的技巧?

发布于 2024-07-25 05:42:31 字数 309 浏览 7 评论 0原文

我有一个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

嘿嘿嘿 2024-08-01 05:42:31

以下是 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

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文