How can I consume SOAP Web Service?

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

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:

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:

GitHub - datanoise/actionwebservice: This project is discontinued

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

Frederick Cheung wrote: