Cross-Domain Queries to OData Services with jQuery
$.ajahttp://ncrtsehp6ides.ev-wftcloud.com:8012/sap/opu/o... ", contentType: 'application/json; charset=utf-8', type: 'GET', dataType: 'jsonp', error: function (xhr, status) { alert(status); }, success: function (result) { console.log(result); } });
it gives me an error message like.. parsererror
please give me any suggestion..