SOAP4R & https

Hello,

Is there a way to create a soap4r client which connects to a server via https?

Thanks in advance,
Masuo

Hi,

Sorry for late reply.

From: Masuo Gates [mailto:mgates@ryu.net]
Sent: Wednesday, April 09, 2003 4:49 AM

Is there a way to create a soap4r client which connects to a
server via https?

http-access2 which is used by soap4r to access http,
now can handle ssl(https) connection to server.
Try it from CVS if you still have interest.
http://cvs.ruby-lang.org/cgi-bin/cvsweb.cgi/lib/http-access2/
(Ruby/OpenSSL is required, too.)

To use the CVS version of http-access2 you must get
soap4r CVS version from
http://cvs.ruby-lang.org/cgi-bin/cvsweb.cgi/lib/soap4r/

I still does not have enough time to release soap4r/1.5.0…

Regards,
// NaHi

PS. Even if these are in cvs.ruby-lang.org, it does not
mean that they are official at all. I may have to move that
to another repository.