-
OpenText Fax server api .net
1) where the opentextdll located and how to use? 2) Give sample code of fax send from my system with excel or word attachment?
-
Automatically setting up API key for deployed apps.
Is there any way, using the Java API for AppWorks to automatically setup an API key for REST requests to the AppWorks gateway containing the application or does one require the administrator to manually create a trusted server key then set the key in the applications properties?
-
Invoking DFS service using Kerberos authentication from SharePoint .net
Hello, I am developing service that is connecting to Documentum 6.6 and getting documents etc. Right now I am trying to connect to services using Kerberos authentication but I have problem with getting kerberos ticket. My code looks like this: IServiceContext serviceContext; ISearchService searchService; ContextFactory…