开发者

soap service on the top of rails3

开发者 https://www.devze.com 2023-03-23 10:03 出处:网络
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 .

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

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号