Tagged Questions
7
votes
3answers
2k views
How do I generate C# code from WADL files?
I am looking for a code generator than can generate C# code to access RESTful web services described by WADL files in a way similar to how wadl2java works.
Doing som searching I came across the ...
2
votes
4answers
3k views
Creating a REST client API
I'm currently looking into options for creating a client API for a RESTfull application. Up until now we have had WCF services to allow all application to connect to the Business Layer and we're ...