集成 WCF 客户端和 ASMX WSE 3.0 服务

发布于 2024-09-14 17:03:10 字数 280 浏览 4 评论 0原文

我几乎后悔自己开始编程。

我如何整合这两个进取的野兽?更具体地说,我有一个使用 WSE 3.0(身份验证和消息签名)的第三方 ASMX 服务。现在遵循“最佳”Microsoft 实践和此服务的 svcutil WCF 代理。由于某些晦涩的原因(我相信我什至在互联网上的某个地方读到这实际上是设计使然),svcutil 不会导入 WSE 添加的此额外安全配置。网上提供的所有示例要么已过时,要么无法编译或产生配置错误。

有没有机会整合这两种技术?

I almost regret that I even started programming.

How do I integrate those two enterprisey beasts? More specifically, I have a third-party ASMX service which uses WSE 3.0 (authentication & message signing). Now in following with "best" Microsoft practices and svcutil a WCF proxy to this service. For some obscure reason (I believe I even read somewhere on the Internets that this is actually by design), svcutil does not import this extra security configuration added by WSE. All samples available on the net are either outdated or do not compile or produce configuration errors.

Is there any chance of integrating these two technologies?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

少女净妖师 2024-09-21 17:03:10

我相信 svcutil 不会生成代理,因为第 3 方公司出于安全原因已阻止它,这是正确的。我相信您可以要求他们使用 svcutils 在他们的计算机上生成代理并向您发送他们的代码。

祝你好运!

I believe, that svcutil does not generate proxy, since 3rd party company has blocked it from security reasons, which is correct. I am sure you can ask them to generate proxy on their machines using svcutils and send you their code.

Good luck!

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