How to create a SOAP service

Hi gurus and nubys,
I’ve been googleing around for a while to see how to build a SOAP
server with the least effort in ruby.

I found a cool example in a article from Dave Thomas, using webrick
and soaplet.rb .
That should be in the samples dir for webrick, but it seems someway
disappeared in the transiction to the ruby-1.8 stdlib.
Should’nt we put it in the WEBrick module?

I think that should be some really simple way to build a soap server
in few lines, but dunno how to do it, any hint welcome…

There are samples in the soap4r distribution.

Regards,

Brian.

···

On Sun, Aug 31, 2003 at 08:44:02AM +0900, gabriele renzi wrote:

Hi gurus and nubys,
I’ve been googleing around for a while to see how to build a SOAP
server with the least effort in ruby.

I found a cool example in a article from Dave Thomas, using webrick
and soaplet.rb .
That should be in the samples dir for webrick, but it seems someway
disappeared in the transiction to the ruby-1.8 stdlib.
Should’nt we put it in the WEBrick module?

I think that should be some really simple way to build a soap server
in few lines, but dunno how to do it, any hint welcome…

oops, sorry for being so vague.
I wanted to say that possibly the standard lib provides a simple way
to build soaplets, (if it does not, why we removed soaplet.rb from
WEBrick?).

BTW , can we hope to see SOAP4R in 1.8.1 ?

···

il Sun, 31 Aug 2003 17:06:01 +0900, Brian Candler B.Candler@pobox.com ha scritto::

I think that should be some really simple way to build a soap server
in few lines, but dunno how to do it, any hint welcome…

There are samples in the soap4r distribution.