1

Is it possible to write soap based web services using ruby on rails framework. If yes, can someone please point to a learning resource

1 Answer 1

4

Yes, you can write SOAP web services using Rails, However Rails is moving in favour of a REST web service approach. So my personal opinion is if you are starting a brand new Rails app with SOAP web services, consider some other programming language like JAVA, because that has more tools to easily create SOAP web services.

But nowadays all the webservices going towards REST, because of the simplicity it has. Almost all major sites has a REST API.

Furthermore if you are still planning to go ahead with Rails, savon is an interesting gem that you should probably look at.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.