Skip to content

Instantly share code, notes, and snippets.

@fabioxgn
Created February 10, 2015 16:54
Show Gist options
  • Save fabioxgn/b074b9ab83aaf3e0cce4 to your computer and use it in GitHub Desktop.
Save fabioxgn/b074b9ab83aaf3e0cce4 to your computer and use it in GitHub Desktop.
savon with debug
c = Savon.client(wsdl: "WSDL_URL", log: true, log_level: :debug) do
convert_request_keys_to :none
pretty_print_xml :true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment