Up to now I have used Web services and it worked fine. I added a new WCF service. I am calling the services using jQuery. This is how I used jQuery to consume the Web servic
You need to specify that the restful service will consume a Json object
This link will help http://www.codeproject.com/KB/ajax/jQueryWCFRest.aspx
Change the config :