同步框架:可以通过 http 同步吗

发布于 2024-07-13 05:58:42 字数 240 浏览 5 评论 0原文

我们计划使用 ADO.NET 同步服务将商店与总部同步,并且建议我通过 WCF 代理进行同步。

通过 WCF 代理同步是否意味着我能够通过 http 同步? 如果没有,是否可以使用同步服务通过 http 进行同步。

(我不想每次获得需要与总部同步的新商店时都更新我们的防火墙 - 这就是我想通过 http 同步的原因)。

We are planning to use Sync Services for ADO.NET to sync stores with headoffice and it has been suggested that I sync via a WCF proxy.

Does syncing via a WCF proxy mean that I will be able to sync over http? If not, is it possible to use sync services to sync via http.

(I do not want to update our firewall every time we get a new store that needs to sync with the headoffice -- that is why I want to sync via http).

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

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

发布评论

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

评论(1

紫罗兰の梦幻 2024-07-20 05:58:42

是的,WCF 实现了 SOAP 和 REST Web 服务,两者都可以通过 http 或 http/s 公开。

以下是 MSDN 上有关 WCF 的一些文档。

我们始终使用 http/s (SSL),甚至在我们的 LAN 内也是如此。

Yes, WCF implments both SOAP and REST webservices, either can which can be exposed over http or http/s.

Here's some documentation from MSDN on WCF.

We always use http/s (SSL), even inside our LAN.

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