I have created a WCF project. The url isURL:http://localhost:4501/MathOperationService/
I have two methods in my service: topla(x,y)
and carp(x,y)
. I have created a client project in Visual Studio 2012. I can access my wcf service from this client project, because I use a proxy file accessing my service methods from the client. Now my question is..
How can I acces my service from Jquery?