rubyweb-servicesruby-on-rails-3soapsoap4r

soap service on the top of rails3


hello is there a way to create soap service with rails3 application. I have an old application with clients communicates via soap , and I need to create new analogue of service on rails 3 framework . I have no opportunity to change clients so I can't change API to REST or XML-RPC.

I found out that actionwebservice was used for such things earlier , but what about now?


Solution

  • You can try this latest forks from actionwebservice and soap4r gems: https://github.com/roundlake/actionwebservice https://github.com/bbhoss/soap4r