You must Sign In to post a response.
Category: WCF
#762392
Hi
Ajax enabled wcf service means you can call it from ajax client side script.
No need to go to the codebehind to call it. Until and unless you have a requirement to call the service from client script you wont need to go for a ajax enabled service.
From code behind also you can call the service.
Refer below article for calling wcf service from jquery.
http://www.codeproject.com/Articles/132809/Calling-WCF-Services-using-jQuery
Regards
Sridhar Thota.
Sridhar Thota.
Editor: DNS Forum.
Ajax enabled wcf service means you can call it from ajax client side script.
No need to go to the codebehind to call it. Until and unless you have a requirement to call the service from client script you wont need to go for a ajax enabled service.
From code behind also you can call the service.
Refer below article for calling wcf service from jquery.
http://www.codeproject.com/Articles/132809/Calling-WCF-Services-using-jQuery
Regards
Sridhar Thota.
Sridhar Thota.
Editor: DNS Forum.
Return to Return to Discussion Forum