通过 Web 服务与 MS Dynamics 进行电子商务 Web 应用程序集成 (Navision 2009)

发布于 2024-07-22 06:47:32 字数 181 浏览 7 评论 0原文

有没有人尝试过使用 Nav 2009 中引入的新 Web 服务在 MS Dynamics 之上构建电子商务网站? 我想知道这些 Web 服务可以承受什么样的负载,可以读取/写入什么样的资源,以及我可以预见的任何其他挑战。

我打算通过 Web 服务集成现有的基于 Linux 的 Web 应用程序...

谢谢。

Has anyone tried to build an e-commerce site atop MS Dynamics, using the new Web Services introduced in Nav 2009 ? I'd like to know what kind of load these web services can take, and what kind of resources can be read/written, and any other challenges that I can expect.

I intend to integrate an existing linux-based webapp via Web Services ...

Thanks.

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

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

发布评论

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

评论(1

薯片软お妹 2024-07-29 06:47:32

NAV 2009 中的 Web 服务可以调用 CodeUnit 或 Page 对象。 页面允许您从源表中创建、读取、更新和删除行。 CodeUnit 提供了更大的灵活性,允许您调用可以在 C/AL 中实现的任何操作。 我认为 CodeUnit 触发争论仅限于原始类型和记录。

NAV Web 服务使用 Windows 身份验证,因此您的 Linux 应用程序必须能够相应地提供 Windows 凭据。 我不是这方面的专家,所以我不确定这在 Linux 机器上有多困难。

关于支持的负载,我会在 论坛 中询问mibuso - 这是我所知道的最大的经验丰富的用户社区。 我预计您会受到 Web 服务主机的 CPU 和内存的限制。 NAV 不支持 Web 服务层上的集群\负载平衡,但我相信可以并行运行多个。

Web services in NAV 2009 can call either CodeUnit or Page objects. Pages allow you to create, read, update and delete rows from their source table. CodeUnits offer greater flexibility, allowing you to invoke any action you can implement in C/AL. I think CodeUnit trigger arguements are limited to primitive types and Records.

NAV web services use Windows Authentication, so your linux app will have to be able to present Windows credentials accordingly. I'm not an expert in this area, so I'm not sure how difficult this is from a Linux machine.

With regard to the supported load, I would ask in the forum at mibuso - this is the largest community of experienced users I am aware of. I expect you will be limited by the CPU and memory of the web service host. NAV does not support clustering\load balancing on the web service tier, but I beleive it is possible to run several side by side.

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