Hi,
I'm trying to develop an external Java application to import/search documents to WSMP with WOM API.
Trusted Logon with IIS is already enabled in the WSMP web component.
When making the WOM API calls, the calls have to be made under the user logged on to the PC client.
I found the following thread related to this,
http://devnet.interwoven.com/forums_vb/showthread.php?t=15546&forumid=48But now I need to handle how to create or login a session from the external Java app.
Since Trusted Logon with IIS is already enabled, I don't want to implement the session.trustedlogon method which involves callback handler, digital certs etc.
Is there any way to leverage the Trusted Logon with IIS to achieve the above?
I'm going to duplicate the index.jsp in WSMP to something like index_redirect_to_external_app.jsp and then modify it to redirect to the custom JSP. But still trying and not working yet.
Any advice or suggestion?
Thanks,
John