Dave Baldwin <dave.baldwin / 3dlabs.com> wrote: > > Try using the ruby amazon library > http://www.caliban.org/ruby/ruby-amazon.shtml > > makes this type of thing so easy. I used it to pull album art: I'd checked that out, but I'm trying to make this as dependent on the Ruby base as possible, so people don't have to install extra modules. The ruby-amazon is my fallback, but I'd like to get it working with the pure standard soap module. --Wade