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?