function getSavingCurrentAccountSummary(userId,cifNo,sessionId) { path = "bii_RestfulRib/service/enquiryServices/getSavingCurrentAccountSummary"; var input = { method: 'post', returnedContentType: 'json', path: path, body: { contentType: 'application/json; charset=UTF-8', content: JSON.stringify({ "userId":"1391", "locale":"en", "cifNo":"0002768476", "sessionId":"20141017203045013593" }) } }; return WL.Server.invokeHttp(input); }