-
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 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.
-
AppWorks Integration with Opentext Capture Center
Can someone suggest me If I have to integrate the AppWorks with Opentext Capture Center what can be considered. I have to uplaod documents to Content Server after validating via OCC, Is it possible? can someone provide such scenaio or example .. how to move forwad in this regard… Any thoughts/pointers/ suggestion please..…
-
CS10 Workflow initiation by submitting form from Appworks mobile app
I am new to Appworks gateway. I need to create application using Mobile app where I have to integrate the AppWorks with Content Sever 10. I need to submit form from Mobile app to CS10 which (event based)triggers workflow initiation. Can you tell me it is possible to trigger workflow directly from mobile app form…
-
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…
-
Cordys java.util.MissingResourceException
We are trying to use a java file (EmailUtils.java) to read from a properties file. EmailUtils.java is located in the util folder, while the properties file is located in another directory. The properties directory is included in the Service Container classpath and in the bcp.classpath file. However we are still getting an…
-
Upload Large file Using C# and Rest API
Hi Folks, Has any one tried uploading large file to CS using REST API method. what is bet way of streaming file to CS. Do we need any configuration at IIS , CS?. I would like to use REST API if it can Support Large file Upload. Please share your thoughts. Thanks for your time, Cheers, K
-
Upload document and update multiple categories using C#.Net and Rest API
Has any one tried uploading document with multiple categories using C#.NET. Can any body help by scribbling syntax for passing multiple categories. if you have any sample Please forwarded to me. Cheers, Kumar
-
Get Form Fields
I has form. Who can i get form fields? Type:Form. Form use formtemplate. localhost/OTCS/cs.exe?func=ll&objId=378543&objAction=EditForm I want get all fields in my mobile app. id=_1_1_2_1 etc How this do whith rest api? Save,Update etc Thx