Hi,
I have a web agent called via xmlhttprequest doing an oracle procedure call that was working fine in Domino 6.5.4.
We did an upgrade to domino 8.0.2 and this agent now freeze HTTP task listener once executed.
This is anoying. ![]()
After digging and debuging into the agent code, the line which make failing the http task is :
out = conn.Call (input_fieldlist, 1, output_parms)
The code comes from designer manual (lsxlc section) and was working well before dom8 update.
I guess this is a regression.
Anyone with a workaround?
Regards,
Antoine Dubourg
EDIT :
It solved the issue.
Thanks.