foeken / TNT-Service

Connects to TNT Post's webservice and lets your rails app send physical letters (requires 'facturenpost' subscription)

This URL has Read+Write access

foeken (author)
Thu Nov 05 09:18:28 -0800 2009
name age message
file README Loading commit data...
file init.rb
directory lib/
directory wsdl/
README
# Install pdftops command (on OSX: http://users.phg-online.de/tk/MOSXS/xpdf-tools-3.dmg, default on ubuntu)

# Add these to environment.rb
config.gem "soap4r", :lib => false
config.gem "ruby-hmac", :lib => false

# Use as follows:
a = Tnt::TntService.new( "<LICENCE>", "<CUST_ID>", :client_win_id => "<WIN_ID>" )
a.validate