Top "Savon" questions

Savon is a SOAP client for the Ruby programming language.

View Savon Request XML without Sending to Server

I'm using the Savon gem to make a SOAP request using code similar to what's below. It's working, but I …

ruby xml soap savon httpi
connect: SSL_connect returned=1 errno=0 state=SSLv3 read server certificate B: certificate verify failed (OpenSSL::SSL::SSLError)

I'm having a terrible time getting SSL to verify a certificate. I'm completely ignorant on how certificates work so that's …

ruby soap ssl openssl savon
Why is "wsdl" namespace interjected into action name when using savon for ruby soap communication?

I'm trying to access a SOAP service I don't control. One of the actions is called ProcessMessage. I followed the …

ruby soap savon
Talking with a SOAP service using Savon gem in Ruby

I'm trying to communicate with a soap service and I know that I should send a SOAP Envelope like this: …

ruby soap ruby-on-rails savon
how to set savon default timeout value

I am using savon to make some api calls but its taking long time to respond because of that i …

ruby-on-rails soap savon
Parsing SOAP response using SAVON response.to_hash conversion method

I am having trouble parsing a SOAP response. Here is my code: require 'rubygems' require 'savon' client = Savon::Client.new "…

ruby soap savon