-
Build a simple APP which can open TempoBox-AppWorks site with the UserName and Password
Hello, I am trying to create a simple app which will ask user to provide userID and Password and the app will then pass on the credentials to open up TempoBox-AppWorks. This will help me to discriminate between internal and external users and based on the type of users I will allow/not allow TempoBox-AppWorks Site. I have…
-
Tempo App API
Is there any API for TempoBox/ Mobile App which can be called by another App ? I have a .Net App running in Windows 8.1 which I need to utilize to call TempoApp. Otherwise my users have to sign-in twice to achieve a single functionality. Can anyone help me out here please?
-
Upgrading Tomcat and AppWorks Gateway.
I'm in the process of testing the upgrade of our TempoBox instance. I'm upgrading from 1.1.6 to 1.2.1 as well as upgrading to the latest TempoBox components. With that upgrade I'm also upgrading the Java and Tomcat instances from 7 to 8. I have followed what was suggested which was to do a fresh install of tomcat and the…
-
SSO in Tempo Box
Hi all, I'm wondering how to configure tempo box webaccess not to ask credentials, when accessing it from Content Server's personal menu. My Environment is: * Content Server 10 Update 2015-12 (version 10.0.0.3536) * OTDS 10.2.1 * Appworks Gateway v1.2.1 * TempoBox 10.5.20 Content Server is Configured to use OTDS…
-
OTDS 10.5 Patch 8 Web Admin Client incompatible with Appworks 1.2.1
Hi, I have set up an OTDS 10.5 Patch 8 Server where I installed Appworks 1.2.1 later on for a Tempo Box Test Installation. After deployment of Appworks I cannot use OTDS Web Admin Client any more due an Error 500 issue but OTDS Service itself still works and is fine. What am I missing to get OTDS 10.5 Patch 8 running with…
-
Calling OTDS authentication from an external webform
I am trying to use OTDS for authenticaion but would like to call its webservices from an external form. I am able to build the request up as recorded from SoapUI : ? ? ? How do I get or retrieve the AuthenticationToken?Is anyone aware or know of a solution for this or any reference material I could look at? Thank you
-
Disable the appworks gateway
Hi there, For another project, we had to install the latest OTDS and OTDS Web Admin client patch, which has apparently disabled both the Web Admin client for OTDS, and the OTAG, due to both being installed on the same instance of Tomcat. How can I disable / uninstall the appworks gateway in order to resolve this issue?…
-
OTDS -> Content Server Automated testing using 3rd party
Hello, I'm trying to build an automated test script (using Visual Studio / .NET) and I'm having some trouble authenticating (capturing and passing the OTDS ticket) to Content Server. I currently call otds:8080/otdsws/login and capture the OTDSTicket from the Set-Cookie response. I then pass the OTDSTicket as (the only)…
-
Code for uploading set of documents to livelink using webservices/REST API
Hi There, am trying to find code which can perform uploading documents to LiveLink using REST API or Webservices. Kindly provide me ful sample code. am very new to this. Thanks in advance
-
OTDS RestAPI with Windows Authentication
We are using CS with OTDS that contains the Windows AD users. When accessing CS no login in necessary because of the windows integrated authentication. Can I authenticate in a similar way with OTDS though the RestAPI to get a ticket for further use for the API? I have seen the POST /authentication/credentials method which…