RicoSuter / NSwag

The Swagger/OpenAPI toolchain for .NET, ASP.NET Core and TypeScript.
http://NSwag.org
MIT License
6.61k stars 1.22k forks source link

WCF Client Generator #1548

Open Grauenwolf opened 5 years ago

Grauenwolf commented 5 years ago

I was looking at this article and it got me thinking. It shouldn't be too hard to add a WCF Client generator to this tool. This would give us a much simpler code than the current HttpClient based client and we'd gain the other advantages that WCF has to offer.

https://blogs.msdn.microsoft.com/pedram/2008/04/21/how-to-consume-rest-services-with-wcf/

RicoSuter commented 5 years ago

Interesting, didnt know that wcf is still a thing... Looks interesting. But why do you care about the actual client implementation?