1

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?

Fivell
  • 11,829
  • 3
  • 61
  • 99

3 Answers3

2

As for now https://github.com/roundlake/wash_out is the best choice

Fivell
  • 11,829
  • 3
  • 61
  • 99
2

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!

Thiago Jackiw
  • 827
  • 6
  • 10
1

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

mind.debug
  • 283
  • 2
  • 10