通过 Web 服务传输数据
我需要将大量查找数据从远程数据库(oracle)传输到 windows mobile/ce 设备。如果可能的话,我想通过网络服务来完成此操作,但我正在尝试确定解决此问题的最佳方法。
我考虑过序列化数据集,但我希望它的开销尽可能小,所以这可能不可行。直接流式传输而不是缓存和转发也很好(如果可能的话)。
我目前正在 3.5 中的 asmx 服务中编写它,但很乐意根据需要更改为 WCF。
谢谢
I need to transfer large amounts of look-up data from a remote database (oracle) to a windows mobile/ce device. I would like to do this via web services if possible, but I'm trying to determine the best way to approach this.
I thought about serializing a Dataset, but I would like it with as little overhead as possible, so that's probably out of the equation. It would also be good (if possible) to directly stream rather than cache and forward.
I'm currently writing it in an asmx service in 3.5, but happy to change to WCF if required.
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论