httpRequestAsynch request is not working After upgrade 7.1 into 8.4.1 pega version
We have facing issue in httpRequestAsynch . i have try pega.u.d.asyncRequest but this is also not working in the pega 8.4.1
var oSafeURL = new SafeURL("HRWF-Work.WorkFileUploadDelete"); oSafeURL.put("File_Name", fileName); oSafeURL.put("FullReference", fullReference); var strReturn = httpRequestAsynch(oSafeURL.toURL());
Could you please provide solution for this issue.