savon:重金属SOAP客户端
文件大小: 191k
源码售价: 10 个金币 积分规则     积分充值
资源说明:萨翁 重金属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.
本源码包内暂不包含可直接显示的源代码文件,请下载源码包。