-
Roadmap question: ReST Extension for Content Server Workflow
Hi, About a year ago, I started developing a ReST extension for workflows. I hadn't developed much beyond the prototype stage but what I did have give me a framework for accessing all components of a workflow and doing most major WF operations. I stopped developing it further when I found out that ReST extensions were on…
-
OTDS Authentication Service
Hi Everyone, I am trying to find the proper link to the OTDS Authentication Service. The example given here: https://knowledge.opentext.com/knowledge/cs.dll/fetch/-15106263/15106294/15106295/16376487/17990637/45500683/otds_C#.html , says the URL will be this: http://localhost:8080/ot-authws/Authentication?wsdl , but I…
-
Appworks Gateway : Unable to connect to Content Server 10 update 13
Hi there, I have setup the AppWorks Gateway successfully on a my personal laptop, and am now trying to connect it to Content Server 10 update 13. In the Settings page, I provided the Content Server URL as “http://localhost/OTCS10/livelink.exe” and clicked on the Test Content Server URL button, and the following message is…
-
How to add 'Add', 'Copy', 'Move' etc to composite view of documents from CS
Hi, I've been tasked with quickly creating a view that looks like this: I've tried a couple of options using a demo.html file that does the onReady function etc. I don't seem to be able to get the buttons to show at all. I'm using a simple approach in the onReady function as follows: csui.onReady( function() { // Create…
-
How to reach Archived documents from web
Hello, We have SAP and used the OT Archive solution to store Archived Invoices from SAP to a Server. Question, now we want to call the server from a website and display that archived PDF Document. Question: how do I call the Server, and how do I point to the particular Document I am looking for? Thanks.
-
OTDS Rest API Log Out
Our application logs in users by obtaining an OTDS ticket (/authentication/credentials) and using that ticket to obtain a ticket for resources (/authentication/ticketforresource). Is there a way to revoke that ticket using OTDS Rest API to enforce a log out?
-
Performance of api/v1/nodes/102410/nodes poor
Hi, How are people finding the performance of the folder browse REST API call? For folders with 25 documents (the default limit) I am seeing times well above 2 seconds. Also, does anybody know how to limit what it returns. The fields parameter only works with top level variable names and not array members. So for example,…
-
Integrating with Content Server
If I want to use the functionality "generation and automatic upload of documents with barcode" from outside of the Content Server, ¿What must I do for meet this goal?, ¿Is there any API or standard web service provided by OpenText for Extract Barcodes? Thanks in advance for your help. Regards,
-
Use of Services Layer not clear
Hello All, Understanding the appworks and trying to understand the Service Layer - conisder the app created for accesing the OTMM or OPentext content server objects, do we still need to create the Service Layer ? if yes, what the role of Service layer in that ? I believe that will be taken care by REST API available to…
-
Starting with REST API
I'm beginning to work with Content Server's REST API and am hitting an "Internal error" coming back from CS. CS 10.5 has been installed on top of a Win2008 R1 SP1 / IIS7.5 / Tomcat 7.0.42. I can log into CS from a browser, however if I use the following AJAX call: //var url = 'http://<server>/OTCS105/cs.exe/api/vi/auth';…