Ruby and SOAP

July 26, 2006

Steve Vinoski:

For my work, I like the fact that the soap4r package is readily available for Ruby. but I have to admit that the design of soap4r strikes me as odd. Given my middleware background, I’m used to generating C/C++/Java stubs/skeletons/proxies from description languages and compiling them into applications. But Ruby is dynamic, so I don’t understand the need for a tool like wsdl2ruby for generating Ruby code from WSDL. So I just avoid that part. Instead, I use some of the underlying soap4r classes to do everything I need dynamically.

I agree; IMO, Jack Herrington’s approach to XML and Ruby would be ideal.

About

This page contains a single entry from Stefan Tilkov's Random Stuff posted on July 26, 2006 11:47 AM. The previous post in this blog was Rails on OS X Article Upgraded. The next post in this blog is Idiocy. Many more can be found on the main index page or by looking through the archives.

Comments