-
Content Server via REST
Do we have any documentation on usage of REST APIs of Content Server? What will be the base url to access the APIs. What are the requirements and configurations needed to enable this. Thanks
-
A better / faster way to set object right on LL object.
Hi, I'm currently trying to improve our Java LiveLink application. One of my biggest challenge is to improve the update of object right. I'm actually using private LAPI_DOCUMENTS documents;//... exemple...//documents.SetObjectRight(idVol, idObject, LAPI_DOCUMENTS.RIGHT_UPDATE, idGroup, permission, 1); On each object that I…
-
How Do I configure Cordys BPM Server
Hi, I have installed Appworks Gateway locally. Can you please provide the steps on how to configure Cordys BPM Server to consume it's REST API? Can you also please point me an example of how to create a sample App consuming these Cordys BPM REST APIs? Regards, Phani
-
Authentication error when accessing Restful service
Hi, I am attempting to view loaded web applications via the WebAccess app. If I point my browser to http://localhost:8080/gateway/v1/apps?type=web I get the following error: HTTP Status 401 - Unauthorized This request requires HTTP authentication This error is preventing the WebAccess page displaying loaded web…
-
Error (C# client for Content Server Web Services)
Hi, When i tried to fetch version of a document from live link i encountered an exception showing that "LLUnknownFieldException: LLValue unknown field name: FileAttributes". private int ConcreteFetchVersion(int VolumeID, int NodeID, int VersionID, BinaryWriter outputStream, int tryNumber) { int status; private…
-
Issues Documentum Webtop and DA wars deployment in JBoss 5.1.0 GA
Hi All, We are constantly facing concern with default war deployments in JBoss. Although we have followed the steps as provided in Deployment guide and ensure Pooling is disabled etc. Mainly the errors are related to jar files not getting fetched in the WEB-INF/lib where they are existing. Please assist.