TouchJSON 和 SOAP

发布于 2024-08-14 23:10:52 字数 52 浏览 3 评论 0原文

如何使用 TouchJson 进行 SOAP 调用? 它与 REST 调用一起工作得很好。

How can i make a SOAP call using TouchJson?
it just work fine with REST call.

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

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

发布评论

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

评论(1

芯好空 2024-08-21 23:10:52

你在这里缺少一些基础知识。 SOAP是基于XML的。 JSON 是 XML 的替代标记,它更紧凑。进行“REST 调用”仅意味着您正在请求资源。如果资源以 JSON 格式返回,那么使用 TouchJSON 就很适合您。但是,如果您调用 SOAP Web 服务,它不会返回 JSON,而是返回需要使用 SOAP 库将其转换为对象的 XML。

此致。

You're missing some fundamentals here. SOAP is XML based. JSON is an alternative markup to XML that's more compact. Making a "REST call" simply means you are requesting a resource. If the resource is returned in a JSON format, it makes sense that it works for you using TouchJSON. If you are calling out to a SOAP web service, however, it is not going to return JSON but rather XML that needs to be made into an object using a SOAP library.

Best regards.

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