Web service in Ruby consumed by a C# client

Now it is my understanding that Rails no longer officially supports ActionWebService and WSDL generation, and the new approach is RESTful webservices with WADL.

The client app consuming the webservice is a C# application. It is my undertanding that there is no easy way to consume a WADL service from Visual Studio?

To my knowledge, the only way of consuming WADL services in .Net is through HTTPRequests and XML parsing, but of course i could be wrong so maybe more googling or posting the question over at a .NET group might be more helpful :slight_smile: