Hi, I have a Rails 2 app and I wand to provide an API for 3rd party applications written on any language the customer uses.
My thoughts are that the best way of providing it is by taking advantage of rails RESTfulness and let them perform CRUD actions on my data through it. But I don't seem to find many information on how to achieve this. I first want to develop .NET clients (or web service consumers) because must of our customers use .NET. I did some prototypes and could retrieve XML data, but I don't seem to find a way of doing inserts, updates and deletes. What I get is a 422 http error from the rails server and I assume has something to do with the Header. Where can I find more information about this. More specificlly about what the server is expecting to receive in the header and the message. Also, if someone has experience on WCF and can point me out where to find more valuable info it will be appreciated. Java examples will work as well. Thanks, Roberto --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

