From: Dani Dani on 25 Jul 2010 15:54 Hi all, does anyone know how can I implement soap to access web services with ruby 1.9 ?, there si no support anymore for soap. Thanks in advance. Dani -- Posted via http://www.ruby-forum.com/.
From: Jeremy Hinegardner on 25 Jul 2010 19:41 On Mon, Jul 26, 2010 at 04:54:40AM +0900, Dani Dani wrote: > Hi all, does anyone know how can I implement soap to access web services > with ruby 1.9 ?, there si no support anymore for soap. > Thanks in advance. > Dani Try the 'savon' library. http://rubygems.org/gems/savon -- ======================================================================== Jeremy Hinegardner jeremy(a)hinegardner.org
From: Jarmo Pertman on 27 Jul 2010 13:20 soap4r could be also a candidate for these needs: http://rubygems.org/gems/soap4r ----- Jarmo Pertman IT does really matter - http://www.itreallymatters.net On Jul 26, 2:41 am, Jeremy Hinegardner <jer...(a)hinegardner.org> wrote: > On Mon, Jul 26, 2010 at 04:54:40AM +0900, Dani Dani wrote: > > Hi all, does anyone know how can I implement soap to access web services > > with ruby 1.9 ?, there si no support anymore for soap. > > Thanks in advance. > > Dani > > Try the 'savon' library. http://rubygems.org/gems/savon > > -- > ======================================================================== > Jeremy Hinegardner jer...(a)hinegardner.org
From: Fernando Perez on 27 Jul 2010 13:30 soap4r has bad press on the web. -- Posted via http://www.ruby-forum.com/.
From: Mark Kremer on 27 Jul 2010 13:49 What kind of bad press? On 27-7-2010 19:30, Fernando Perez wrote: > soap4r has bad press on the web. >
|
Next
|
Last
Pages: 1 2 Prev: Module inclusion and class macro problem Next: Beginning meta-programming question |