HiTrying to POST to an endpoint (servlet in this case).Must use FORMCALC (we can do this in javascript, but formcalc to avoid extend in LC)Script does this: var res= Post("http://localhost:9080/proj/Test","parm=1","application/x-www-form-urlencoded");xfa.host.messageBox(res);Nothing gets returned.Th...