-
RightFax SOAP API Documentation
Looking for RightFax SOAP API documentation. Looking for references for functions like "SendFaxAdvanced" and "SendFax" which are exposed through SOAP wsdl.
-
Upload document from Java program
Hello, I am new to opentext an d I would like to know what is the best way to upload a document to OpenText. Is there a java API or is there a REST/SOAP API? Thanks and regards.
-
Required Information
Hi All, Im newbie with Opentext,I would like to ask help on Opentext API,I have some employee documents in opentext and each document has unique value like Employee Number,and I need to add one more field and update all the existing records with new value which exists in another MS SQL Table Lets say ,records in Opentext…
-
Integrating Appwork with OTMM services
Hi, Need to write mobile app for OTMM(Open Text Media Management) so that the Image captured through mobile can be uploaded to OTMM. Can we invoke the restful services (otmmapi/v3/jobs) within Appwork. Using Appwork 16.3 but OTMM is 16.0.2 version. Thanks, NM
-
The Scanner plugin AWScanner is not working
AWScanner is not working: I am using AppWorks 16.2.1 and when I am trying to invoke scan document function it's not working. Does anyone tried this so far? Appreciate your help. I am using the example code from https://github.com/opentext/appworks-js#awscanner var scan = function (returnType) { var scanner = new…
-
Documentation for changing CORS Settings
Hi all, would someone kindly be able to point me in the appropriate direction to find documentation on how to change the CORS settings on Content Server 10.5 running on IIS 8.5 / windows 2012 R2. Any help would be greatly appreciated, Cheers!
-
Get Document Content with REST
Hi all, I've been struggling to find any example of how to get the document content through the rest api. Presently I'm using angular to authenticate, get nodes, get version, delete nodes and all is working appropriately. Unfortunately when I try to call the get content api (.../llisapi.dll/api/v1/nodes/{id}/content) I get…
-
Where is a sample REST API project for CS 10.5?
Hi, I am a newbie and I just learned that CS 10.5 includes the REST API, not requiring the appworks gateway (yah!). Now the obvious question: Where is a simple "hello world" REST API application using CS 10.5 and how can one activate it? Also, on page 37 of the CS v10.5 release notes it states that you must disable WebDAV…