Invoke WCF rest service razor mvc 4
Posted
by
Raj Esh
on Programmers
See other posts from Programmers
or by Raj Esh
Published on 2012-09-26T09:52:29Z
Indexed on
2012/09/26
15:50 UTC
Read the original article
Hit count: 436
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 use UNITY? or any other DI frameworks?. Any sample would be of great help.
© Programmers or respective owner