I try to access a SOAP webservice from ruby with Savon. Accessing this webservice raises a Wasabi::Resolver::HTTPError
I found that this is due to authorization issue. How do I set authorization to none in Ruby?
client = Savon.client(wsdl:"WSDL",ssl_verify_mode: :none)