如何从 Rhodes 发出 SOAP 请求?,我不想使用 Rhoconnect
我正在申请罗兹。我想发出 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
您可以包含 SOAP gem 或 ruby 扩展(例如 savon 或 soap4r) 在您的应用程序中,遵循 这些说明,特别是在将 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.