Goal: We want our workflow engine written entirely in LotusScript to send events to Activity stream of IBM Connections server.
Question: How to call IBM SBT API from LotusScript?
Constraints:
- LS background agent code runs as dedicated user (ID for template signing), user can not be prompted for username/password, and SSO is not possible. Thus I expect to use form based auth with dedicated system account to IC;
- SBT installs at OSGi level, so Java agent would require either JARs to be put to agent body (know issue with memory leaks) or to be deployed to server's jvm/lib/ext directory (duplicated deployment). So solution not involving Java agent is preferred;
- Calls to web service in LotusScript should be secure (SSL, no password in url) and not OS dependent (for example this approach is not usable).