Calling a REST Based JSON Endpoint with HTTP POST and WCF
Posted by: Wallace B. McClure,
on 16 Jan 2011 |
View original | Bookmarked: 0 time(s)
Note: I always forget this stuff, so I'm putting it my blog to help me remember it.Calling a JSON REST based service with some params isn't that hard. I have an endpoint that has this interface: [WebInvoke(UriTemplate = "/Login", Method="POST", BodyStyle = WebMessageBodyStyle.Wrapped, ...