SOAP in 1.8 standard library?

I haven’t been using SOAP4R yet, but today I looked at bit into SOAP as
such.

It appears that SOAP is getting pretty mainstream. I have seen SOAP4R listed
several places as tool interoperable with whatever other tool, .e.g Apache
Axis and gSOAP.

Here’s an article listing SOAP4R in the article “Where Ruby Really
Sparkles”, Linux Journal, 2002-09:
http://www.linux-mag.com/2002-09/ruby_04.html
page 1:
http://www.linux-mag.com/2002-09/ruby_01.html

I also noticed that the brand new danish / swedish etrade site appear to be
using SOAP internally, since I got a SOAP error :slight_smile: Thus SOAP is being
seriously deployed.

So I was wondering if SOAP4R is getting into the standard distribution, now
we have had the YAML thread.
I’m sorry if it already is, I just couldn’t find it in my 1.7 pragprog dist.

An issue may be related http servers that would also be required in order to
have a useful server solution.

Mikkel

Hi,

···

In message “SOAP in 1.8 standard library?” on 03/05/12, “MikkelFJ” mikkelfj-anti-spam@bigfoot.com writes:

So I was wondering if SOAP4R is getting into the standard distribution, now
we have had the YAML thread.

If Nahi (the SOAP4R author) agreed, it’s OK to put it in 1.8.0, but
SOAP4R requires any of XML parsers, which is currently not included in
1.8.0 (yet). Maybe he is waiting for REXML (or any of other parsers)
to be checked in.

						matz.