How can I access the WCF Service through JavaScript? My problem is, I have to access the operation contracts through the JavaScript (my website is not Ajax enabled). Pre
By using XMLHTTP you ARE using ajax.
There's a full example here:
jQuery AJAX calls to a WCF REST Service