Skip to content

Instantly share code, notes, and snippets.

View jasp's full-sized avatar
🏠
Working from home

Jakob Skov-Pedersen jasp

🏠
Working from home
View GitHub Profile
# In Gemfile
gem 'savon', :git => 'http://github.com/rubiii/savon.git', :branch => 'eight'
gem 'httpclient'
# Run this in the console to fetch the name and address of the first debtor
client = Savon::Client.new do
wsdl.document = "https://www.e-conomic.com/secure/api1/EconomicWebservice.asmx?WSDL"
end
# Authenticate