使用 Savon SOAP 调查参数
为了进行一些调查和调试工作,我想了解带有 WSDL 的 SOAP 的必需和可选方法。
在该 WSDL 中,描述了每个 SOAP 操作的所有必需和可选参数及其类型和形式。
有没有办法在 Savon 中提取这些内容?
In order to do some investigative and debugging work, I would like to find out about the required and optional methods for a SOAP with WSDL.
In that WSDL, all required and optional parameters foor each SOAP action, as well as their type and form, are described.
Is there a way to extract these inside Savon?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不,您需要使用 SoapUI 之类的东西。 :)
No -- you would need to use something like SoapUI. :)