如何从 Rhodes 发出 SOAP 请求?,我不想使用 Rhoconnect

发布于 2024-12-22 17:54:30 字数 73 浏览 2 评论 0原文

我正在申请罗兹。我想发出 SOAP 请求。我不想成为 rhosync/rhoconnect 的用户。 请问如何找到肥皂头和肥皂体?

I am having my rhodes application. I would like to make SOAP request . I dont' want to make user of rhosync/rhoconnect.
How can i found soap header and body please ?

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

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

发布评论

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

评论(1

温柔戏命师 2024-12-29 17:54:30

您可以包含 SOAP gem 或 ruby​​ 扩展(例如 savonsoap4r) 在您的应用程序中,遵循 这些说明,特别是在将 Ruby 扩展库添加到您的 Rhodes 应用程序的标题下

但是,如果您不限于 SOAP,则可以使用提供的 AsyncHttp 库。

You can include a SOAP gem or ruby extension (such as savon or soap4r) in your application, following these instructions, specifically under the heading for Adding Ruby Extension Libraries to Your Rhodes Application.

However, if you are not limited to SOAP, you may use the provided AsyncHttp library.

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