I am creating a Asp.net Webapi for our services . On the other hand I have to pull some data from an existing WCF Service.
I am creating a web reference in my asp.net webapi project . But it seems there is no proxy generated.
I tried with VS 2012 RC and then with VS 2010. I can not reference it from my model/controller any where in the project. Is there a different way of creating proxy in MVC webapi. I dont know what is wrong.
Does it has to do something with like i can not consume a wcf service from a rest service
What is that i am missing here .
Thanks.