Just wondering how to make the above warning message disappear from the
soap call?
irb(main):002:0> bf =
"https://api.betfair.com/global/v3/BFGlobalService.wsdl"
=> "https://api.betfair.com/global/v3/BFGlobalService.wsdl"
irb(main):003:0> soap =
SOAP::WSDLDriverFactory.new(bf).create_rpc_driver
warning: peer certificate won't be verified in this SSL session
ignored attr: {}abstract
ignored attr: {}nillable
ignored attr: {}mixed
=>
#<SOAP::RPC::Driver:#<SOAP::RPC::Proxy:https://api.betfair.com/global/v3/BFGlobalService>>
irb(main):004:0>
Thanks in advance
···
--
Posted via http://www.ruby-forum.com/.