FDA 和 WCF 互操作性证明
如何向 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
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.