You must Sign In to post a response.
  • Category: WCF

    Diff between the wcf and ajax enabled wcf Services

    What is the major difference between ajax enabled wcf service and wcf service
  • #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.


  • Sign In to post your comments