Hi HN,<p>In my spare time (evenings and weekends) I've built 3 products which have been relatively successful even with little advertising (only google ads budgeted at $30 per day). The latest one is WcfStorm.Rest; which is a REST service test client. I built it because I found that the current tools did not have the features I wanted such as, intellisense when working with HTTP headers, syntax highlighting for JSON messages, etc.<p>I'm continually trying to improve these products and would very much love get your feedback. Every suggestion is welcome!<p>(My apologies for any grammatical mistakes. English is not my first language)
[+] [-] junto|13 years ago|reply
http://msdn.microsoft.com/en-us/library/bb552364.aspx
The WCFStorm.Rest client is more interesting. At the moment I'm manually composing requests using Fiddler2 for localhost testing, or http://apigee.com for public facing services. A dedicated REST client sounds pretty cool.
One thing I'd purchase is an extension to WCF that builds a developers API documentation and test website around the WCF contracts: http://stackoverflow.com/questions/7346522/auto-generate-an-...
ASP.NET WebAPI has an APIExplorer interface exposed to allow you build your own, but nothing out of the box: http://blogs.msdn.com/b/yaohuang1/archive/2012/05/21/asp-net...
One alternative is using the Chrome PostMan extension to craft REST requests and here is an example of the APIExplorer interface being used to expose PostMan PostCollections, which I thought was a great idea: http://blogs.msdn.com/b/yaohuang1/archive/2012/06/15/using-a...
[+] [-] namigop|13 years ago|reply
Regarding WCFStorm, it has several features that are not in the built-in WCFTestClient such as (1) Save requests and responses and organize it into a "project", (2) Performance testing, (3) An object editor similar to WCFTestClient but with support for more types and others. http://www.wcfstorm.com/wcf/learn-more.aspx
Regarding WCFStorm.Rest, it does have similarities with POSTMan (and other clients). I'm not very familiar with POSTMan but the list of features for WCFSTorm.Rest is here http://www.wcfstorm.com/wcf/learn-more-rest.aspx
[+] [-] alpb|13 years ago|reply
[+] [-] namigop|13 years ago|reply
You're right though. I should make that clear on that screenshots page.
[+] [-] alourenco|13 years ago|reply
[+] [-] namigop|13 years ago|reply
If you have feedback on how to better improve WCFStorm, please do let me know.
[+] [-] duiker101|13 years ago|reply
[+] [-] namigop|13 years ago|reply