11155
(-- --)
#1
Please, I need to know the way to consume SOAP Web Service. I've seen
some examples but I don't understand how I can do it.
From the client side, I need to save the information into database.
Please, somebody answer.
I need your help.
Thanks and greetings.
Jorge Mendoza
11155
(-- --)
#2
Jorge alejandro Mendoza torres wrote:
Please, I need to know the way to consume SOAP Web Service. I've seen
some examples but I don't understand how I can do it.
This is the only project I'm aware of still supporting SOAP in Rails:
http://github.com/datanoise/actionwebservice
I don't have any idea if it's all still working in the latest version of
Rails, and I don't know if it's being moved forward to Rails 3.
Jorge alejandro Mendoza torres wrote:
> Please, I need to know the way to consume SOAP Web Service. I've seen
> some examples but I don't understand how I can do it.
This is the only project I'm aware of still supporting SOAP in Rails:
http://github.com/datanoise/actionwebservice
I don't have any idea if it's all still working in the latest version of
Rails, and I don't know if it's being moved forward to Rails 3.
If you're just making soap requests you don't need actionwebservice -
I've used the soap libraries that ship as part of the ruby standard
libraries
Fred