In my application i want to save the data by using jQuery and Ajax.I have a WCF Service.
I want to save a List of Objects by using ajax.I have tried with following code, but it
Try BodyStyle = WebMessageBodyStyle.Bare for your server method or introduce a root element named "myEntity" in your JSON data prior to calling JSON.stringify in your client code.