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 . 开发者_如何学JAVAI 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?
Take a look at Savon, as their description says:
Savon aims to be a simple but awesome abstraction of your SOAP service. Make sure to be familiar with SOAP, WSDL documents and install soapUI before going Heavy Metal!
As for now https://github.com/roundlake/wash_out is the best choice
You can try this latest forks from actionwebservice and soap4r gems: https://github.com/roundlake/actionwebservice https://github.com/bbhoss/soap4r
精彩评论