WCF 和 WSE 2.0 Web 服务

发布于 2024-07-15 02:22:06 字数 39 浏览 7 评论 0原文

如何使用 WCF 与老式 WSE 2.0 Web 服务进行通信?

How I can use WCF to communicate to old school WSE 2.0 web services?

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

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

发布评论

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

评论(1

请帮我爱他 2024-07-22 02:22:06

首先,在我看来,WSE 2.0 和 WSE 3.0 都已经过时,而不是“老派”。

第二,你“只管去做”。 添加服务引用并通过代理类进行调用。 如果一切配置正确,它应该可以正常工作。 例外情况是旧的 WSE 代码做了一些非标准的事情。 也就是说,如果它做了一些没有成为标准一部分但在 WSE 中得到支持的事情。

First, in my opinion, both WSE 2.0 and WSE 3.0 are obsolete, not "old school".

Second, you "just do it". Add a service reference and call through the proxy class. If everything is configured properly, it should just work. The exception would be if the old WSE code did something non standard. That is, if it did something that did not become part of the standard, but was supported in WSE.

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