On Tue, Jul 21, 2009 at 12:33, Mariano Ayesa <[email protected]> wrote:

> Que tal?
>
> Tengo que consumir unos Web Services hechos en .Net desde mi App Rails.
>
> Estuve mirando datanoise-actionwebservice[1], y en la documentacion me
> encuentro con lo siguiente:
>
> *Note*: The client support is intended for communication between Ruby on
> Rails
> applications that both use Action Web Service. It may work with other
> servers, but
> that is not its intended use, and interoperability can't be
> guaranteed, especially
> not for .NET web services.
>
> Web services protocol specifications are complex, and Action Web Service
> client
> support can only be guaranteed to work with a subset.
>
> Es decir.. estoy en el horno. :(
>
> Que utilizan los miembros de la lista para consumir WS de otras
> plataformas?
>


yo implementé algunos WS con SOAP utilizando la vieja gema soap4r y no tuve
problemas con sevicios implementados en Java mayormente  ... pero leí muchos
casos donde se encontraron con problemas serios con esta gema para
implementar interfaces soaps complejas.

el otro día vi una gema nueva en github (http://github.com/troelskn/handsoap)
que no es tan completa/compleja com soap4r pero te puede ayudar mucho si no
logras avanzar con soap4r

por si a alguien le queda alguna duda que lo relacionado con SOAP es una
bosta, lease esto

"...Early in the web services discussion, I remember talking with Andrew
Layman, one of the SOAP architects at Microsoft. He let slip that it was
actually a Microsoft objective to make the standard sufficiently complex
that only the tools would read and write this stuff, and not humans. So that
was a strategy tax that was imposed by the big companies on some of this
technology, where they made it more complicated than it needed to be so they
could sell tools...."

http://www.theregister.co.uk/2006/04/29/oreilly_amazon/


happy codding !

--
:: nelson ::
[ artesano de software & software craftsman ]
http://netflux.com.ar



>
> Gracias,
>
> [1] - http://github.com/datanoise/actionwebservice/tree/master
> _______________________________________________
> Ruby mailing list
> [email protected]
> http://lista.rubyargentina.com.ar/listinfo.cgi/ruby-rubyargentina.com.ar
>
_______________________________________________
Ruby mailing list
[email protected]
http://lista.rubyargentina.com.ar/listinfo.cgi/ruby-rubyargentina.com.ar

Responder a