Hi all. I have a need to build a SOAP client using Ruby and Rails. I’m
accessing a document/literal style SOAP service. I’ve been poring over
documentation (well, there really doesn’t seem to be any, so that’s a
little misleading), blog posts, and outdated tutorials all day, and I
still don’t really have anywhere to begin. Every tutorial seems to
have a vastly different idea of how to do this, and most of them call
for the use of classes or methods which seem to no longer exist. The
SOAP4R rdocs as well as the docs for the SOAP stuff built into Ruby
are almost completely empty. They list methods that the classes
define, but remain frustratingly silent on what they’re for or how to
use them.
I need a foothold here. Does anyone have any pointers to decent, not-
outdated documents on getting started with SOAP as a client? Also,
does anyone know if the SOAP stuff in Ruby does document/literal, or
is it RPC only? I’ve read that SOAP4R can do it, but of course it’s
not documented, so I have no clue how to begin.
I could really use a lifeline here if someone has one to toss me.
Thanks,
-Bill