I\'m trying to use jQuery to consume my Web service and just basically need the web service to call functions that\'s all.
The code I\'m using in .NET is this:
You can use an ajax request using .get()
Due to browser security restrictions, most "Ajax" requests are subject to the same origin policy; the request can not successfully retrieve data from a different domain, subdomain, or protocol. Script and JSONP requests are not subject to the same origin policy restrictions.