FDA 和 WCF 互操作性证明

发布于 2024-08-23 08:48:10 字数 55 浏览 10 评论 0原文

如何向 FDA 证明 WCF 具有互操作性?有没有描述他们的测试程序的文件?或者说,这是常识吗?

How do I prove to the FDA that WCF is interoperable? Is there a document describing their test procedures? Or, is it common knowledge?

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

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

发布评论

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

评论(1

胡大本事 2024-08-30 08:48:10

WCF 如果可以互操作,但是很困难,而且并非所有互操作路径都像其他路径一样安全。

如果您愿意,这里是 WCF 支持的所有可互操作协议的列表:

http: //msdn.microsoft.com/en-us/library/ms730294.aspx

最终,问题不在于 WCF,它遵循我很好地链接的标准,而是非 WCF 系统没有正确遵守标准。一般来说,我发现 OASIS 标准对于互操作性来说是最安全的,并且 WCF 通过 Ws2007HttpBinding 出色地处理了这些标准。

WCF if interoperable but it's difficult, and not all interoperation paths are as secure as others.

If you like, here is a list of all interoperable protocols supported by WCF:

http://msdn.microsoft.com/en-us/library/ms730294.aspx

Ultimately, the problem isn't WCF, which adheres to the standards I linked very well, but non-WCF systems that do not adhere to the standards properly. In general, I find the OASIS standards the most secure for interoperability, and WCF handles those superbly via the Ws2007HttpBinding.

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