hi everybody!
I enjoy using libreoffice package, but I need integration through libreoffice macro with external webservice that is very slow.
It seems that call times out (180s is the time webservice processes request). Is there a way to set timeout on client?
There is no info in help/documentation how to set webservice/rest call timeout when this call happens in LO macro.
Macro of call is:
url = “http://localhost:8080/mytestwebservice?param1=23424”
svc = createUnoService(“com.sun.star.sheet.FunctionAccess”)
ret = svc.callFunction(“WEBSERVICE”, Array(url))
Anybody knows where “ws timeout” be found?
There are usually connect timeout and response timeout. It would be great if both of those could be defined somewhere in settings of LibreOffice.