Created
February 10, 2015 16:54
-
-
Save fabioxgn/b074b9ab83aaf3e0cce4 to your computer and use it in GitHub Desktop.
savon with debug
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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