Webinvoke to POST JSON with ajax call
- by G-Man
This is my first time that I an using WCF Service with Knockout. I want to POST an entire view model as a JSON object with an ajax call.
This is the error message that I get:
Endpoints using 'UriTemplate' cannot be used with 'System.ServiceModel.Description.WebScriptEnablingBehavior'
I have noticed that some developers send each value as a…