I am building an integration with my rails webapp and quickbook desktop application. Quickbook expect me to implement a soap webservice so that my application can talk to it.
I am relatively new to the rails framework. I can see that there is no built in support for soap web service in rails 3.
After hours of googling I found two gems soap4r and wash_out. But I dont see a working soap server implementation using any of these two. People recommend savon, but I believe it's only for soap client implementation.
Can somebody guide me here on what I should I do? Appreciate your help!