Support for Form-UrlEncoded data in WCF Rest services
Posted by: Pablo M. Cibraro (aka Cibrax),
on 01 Apr 2009 |
View original | Bookmarked: 0 time(s)
Some people have been asking around in the MSDN forums or stackoverflow about a possible way to pass form-urlencoded data to an existing WCF REST service. Although this is not a core feature in WCF from my point view, there is still some support for addressing this scenario in the REST Starter kit. This feature takes the form of a new message formatter, FormsPostDispatchMessageFormatter, which is automatically injected to any existing service hosted within the new WebServiceHost2 host (shipped...