savon:重金属SOAP客户端

时间:2024-02-21 18:52:35
【文件属性】:

文件名称:savon:重金属SOAP客户端

文件大小:191KB

文件格式:ZIP

更新时间:2024-02-21 18:52:35

ruby soap soap-client RubyRuby

萨翁 重金属SOAP客户端 | | 版本2 Savon版本2可通过,并可通过以下方式安装: $ gem install savon 或将其添加到您的Gemfile中,如下所示: gem 'savon', '~> 2.12.0' 使用范例 require 'savon' # create a client for the service client = Savon . client ( wsdl : 'http://service.example.com?wsdl' ) client . operations # => [:find_user, :list_users] # call the 'findUser' operation response = client . call ( :find_user , message : { id : 42 } ) response . body # => { find_user_response: { id: 42, name: 'Hoff' } } 有关更多示例,您应该检查。 Ruby版本支持 master -MRI 2.5、2.


网友评论