Invoke WCF rest service razor mvc 4
- by Raj Esh
I have been using jQuery to access my REST based wcf service which does not export the meta information.
Using ajax, i could populate data into controls. I need guidance and directions as to how i can use these Rest service in my controller. I can't add Service reference to my MVC 4 project since my WCF rest does not to expose Metadata.
Should i…