Hey im not getting anywhere with turning wcf into a restful service. So I was wondering if some one can take the basic code when you start a WCF Service application here:
This is example project from codeproject.com. There is need to make
[WebGet(UriTemplate = "?id={id}")]
instead of
[WebGet(UriTemplate = "{id}")]