views:

19

answers:

1

How to use SOAP web service in Rails3? I tried datanoise-actionwebservice but doesn't work for me. I heard that rails3 has integrated SOAP support, but I don't find nothing about this on the internet. Can you help me?

A: 

We're using Savon with Rails 3, works well for our use (Google Adwords API)

MatthewFord
Can I make with Savon my own web service and use them from another app?
Mladjan Antic
for that you're best bet is http://github.com/rubyjedi/actionwebservice not rails 3 though
MatthewFord