Using WCF service for server side processing where the service is on another domain

Using WCF service for server side processing where the service is on another domain

ZeevBulkaZeevBulka Posts: 3Questions: 0Answers: 0
edited November 2012 in General
Hi,
I am new to Jquery DataTable plugin. I am able to use server side processing with WCF service that is local and is on the same site as the HTML page it is called from. All the examples I saw online, are like that.
If you have any example how to make ajax call to a service on another domain that would be greatly appreciated (including the relevant portion of the web config on the client and server side.
Thanks in advance
Zeev

Replies

  • allanallan Posts: 63,532Questions: 1Answers: 10,475 Site admin
    Use JSONP: http://datatables.net/release-datatables/examples/server_side/jsonp.html

    Allan
  • ZeevBulkaZeevBulka Posts: 3Questions: 0Answers: 0
    Thanks Allan,
    with your tip and other examples, I was able to have a WCF service call to a remote server working properly

    Thanks

    Zeev
This discussion has been closed.