如何在 enyo 中使用 SOAP?

发布于 2024-11-24 08:40:04 字数 108 浏览 2 评论 0原文

这两天我一直在寻找这个问题的答案。

  1. Enyo 支持 SOAP 吗?如果没有,是否有 SOAP 的替代方案?
  2. 我们如何使用JS调用Web服务?

For the last two days I have been searching for an answer to this question.

  1. Does Enyo support SOAP? If not, is there an alternative to SOAP?
  2. How can we call web services using JS?

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

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

发布评论

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

评论(2

凌乱心跳 2024-12-01 08:40:05

Enyo 中没有特定的 SOAP 支持。您可能会找到另一个支持 SOAP 的 JS 库并将其包装在 Enyo 类型中。

Enyo 1.0 有一种 Web 服务。
Enyo 2.0 目前仅公开一个 Ajax 控件以供使用。

如果您决定使用 SOAP 以外的其他内容,我建议该服务返回 JSON。如果您必须使用 SOAP,您需要自己扩展 Enyo 来支持它。

There is no specific SOAP support in Enyo. You could likely find another JS library supporting SOAP and wrap it up in an Enyo kind.

Enyo 1.0 has a Web Service kind.
Enyo 2.0 currently just exposes an Ajax control to use instead.

If you decide to use something other than SOAP, I'd recommend the service return JSON. If you must use SOAP, you'll need to extend Enyo yourself to support it.

时光瘦了 2024-12-01 08:40:05

首选方法是 JSON 服务,尽管您也可以使用 XML 服务...

这里是如何在 Enyo 框架中使用 Web 服务的链接。

Enyo 中的 Web 服务

The preferred method is JSON Services, though you can also use XML Services...

Here is a link to how to use web services in the Enyo Framework.

Web Services in Enyo

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