i know this ,but in my case ,it’s quite different from any other samples ,
i have a javascript method like this
CallWS({
exec: “getorganizations”,
organization_id: 0
}, function (data) {
$(“#txtResult”).val(JSON.stringify(data));
});
so i can not get data use a url or anything else.