Reputation: 2030
In a notes database, we have a script library with lotusscript functions that make connection with other ERP systems. Those functions are written in Lotusscript. Is it possible from a java agent to execute a lotusscript function that is in the scriptlibrary?
Upvotes: 1
Views: 633
Reputation: 2795
Not directly. But you can write a web service or a Lotusscript agent (accessible through a REST call) that encapsulate the functionality of the script library.
Upvotes: 3