Hello everyone,
i been started using Rest services and i am consuming Rest services in Javascript using Jquery as follows
function GetProductList() {
$.ajax({
url: "ProductRESTService.svc/GetProductList/parameter1",
type: "GET",
data: ...
Go to the complete details ...