Hello,
I'm trying to get started with SOAP programming in ruby. I've been able
to generate some basic working code using WSDL and I have found some
smallish tutorials on-line. I've also looked at the documentation
(http://www.ruby-doc.org/stdlib/libdoc/soap/rdoc/index.html), but this
is basically just an rdoc skeleton. There are no READMEs or further
explanation of any methods.
Anyone have any suggestions on where to find some deeper documentation
or in-depth howto's or anything that may be of help on this subject?
Thanks,
Andrew
ยทยทยท
--
Posted via http://www.ruby-forum.com/.
Hi,
Andrew Tongen wrote:
I'm trying to get started with SOAP programming in ruby. I've been able
to generate some basic working code using WSDL and I have found some
smallish tutorials on-line. I've also looked at the documentation
(http://www.ruby-doc.org/stdlib/libdoc/soap/rdoc/index.html), but this
is basically just an rdoc skeleton. There are no READMEs or further
explanation of any methods.
Anyone have any suggestions on where to find some deeper documentation
or in-depth howto's or anything that may be of help on this subject?
There's a good tutorial such as [1] but there's no deeper documentation
about soap4r. You may find something from http://dev.ctor.org/soap4r
and soap4r-ML archives [2].
[1] http://www.vanruby.com/slides-for-soap4r-presentation-by-emil.html
[2] http://groups.google.com/group/soap4r
Regards,
// NaHi