``javascript,$.ajax({, url: "WebServiceURL",, type: "POST",, dataType: "json",, contentType: "application/json; charset=utf-8",, success: function (response) {, console.log(response);……