集成 WCF 客户端和 ASMX WSE 3.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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我相信 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!