function loginWelcome(){ path = "bii_RestfulRib/service/IBLoginServices/loginWelcome"; var input = { method : 'post', returnedContentType : 'json', path : path, body:{ contentType:'application/json; charset=UTF-8', content: JSON.stringify({ "userAlias": "ribuser1", "locale": "en", "userAgent": "mobile", "remoteIPAddress": "", "sessionId": "", }) } }; return WL.Server.invokeHttp(input); }