Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
10
Task/SOAP/Ruby/soap.rb
Normal file
10
Task/SOAP/Ruby/soap.rb
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
require 'soap/wsdlDriver'
|
||||
|
||||
wsdl = SOAP::WSDLDriverFactory.new("http://example.com/soap/wsdl")
|
||||
soap = wsdl.create_rpc_driver
|
||||
|
||||
response1 = soap.soapFunc(:elementName => "value")
|
||||
puts response1.soapFuncReturn
|
||||
|
||||
response2 = soap.anotherSoapFunc(:aNumber => 42)
|
||||
puts response2.anotherSoapFuncReturn
|
||||
Loading…
Add table
Add a link
Reference in a new issue