Skip to content

Instantly share code, notes, and snippets.

@evizitei
Created November 15, 2012 19:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save evizitei/4080737 to your computer and use it in GitHub Desktop.
Save evizitei/4080737 to your computer and use it in GitHub Desktop.
savon usage
require 'savon'
client = Savon.client('https://dev.tch.com/richapp/Wsdl.action?wsdl=/axis2/services/CardManagementWS')
client.http.auth.ssl.verify_mode = :none
client.wsdl.soap_actions
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment