freaking code code code … I wish I knew what I was doing wrong ?

10Nov/090

Ruby Soap Client

Now I'm playing with soap calls (to the webservices of Akamai and Limelight) from a ruby program. Here are some note on using SOAP Webservices with RUBY (as a client):

  • install soap4r (link) - or simply type 'sudo gem install soap4r'
  • install http-access2 (link) - I've noted that the gem install of soap4r also installs the httpclient
  • example: a good article can be found on Brendon Wilson's blog (link)

more to come

Tagged as: , , No Comments