Hello Ui5 people,
Iam developing Application on Ui5 using HANADB with XSJS. i have created a Service in which i want to validate and Insert and then Update and again Update some Status Value Field to 0 -> 1 in some other table . so iam doing that and also it is updating Using XSJS.
also iam using AJAX Call and directly putting array as Data
var oStringResult = JSON.stringify(data);
data : {"tagsArray" : oStringResult},
async : true,
dataType : "json",
success: function(osucc) {At XSJX Level : -
var datas = $.request.parameters.get('tagsArray');
Iam SuccessFully able to Insert and Update the Data but still iam getting this As Error Response Message
"<html><head><title>Error report</title></head><body><h1>HTTP Status 504 - Socket connection timed out for host https://ikla8b7c1c98.hana.ondemand.com. Reason: Read timed out (local port 52795 to address 10.78.1.112 (vsa1469645.od.sap.biz), remote port 443 to address 155.56.210.43)"