Recent Posts in My Followed Categories
Switch the "Categories" drop down to see either Recent posts in All categories or only posts in the categories you Follow.
-
File upload using Rest API
Hello, I am new to the REST API world. I am looking for uploading multiple files in Content server along with the meta data information. We have meta data csv for that. Is there any sample code or guidelines available for doing this using the REST API?
-
Why SearchHumanTasks method is not retrieving all user tasks in 24.1 version ?
We have recently upgraded from Appworks 20.2 to Appworks 24.1 version. After upgrading we found out that SearchHumanTasks input structure has been changed. When we execute the task with required input, it only returns tasks assigned to roles and tasks assigned to current user. It is not returning tasks across all users.…
-
Getting 500 Internal server error while consuming endpoint
Hi Team, We are consuming the below endpoint which is recently converted in HTTPS. Source IP: 148.173.200.38 While consuming the end point we are getting 500 Internal Server error. We need your help to troubleshoot the exact cause of the issue and we can also connect over Webex to do the same together. Looking for hear…
-
Tech Eval XM for Synchrony Financial API question
Customer is evaluating XM and coding to the SOAP API. They are requesting direction for the following: "Our requirement is to get one fax at a time preferably in First In First Out order like a Queue. Then we delete the fax after our getting the data. It will be helpful to if someone can point us to right method or an…
-
AddressBlockAdd Soap API equivalent REST API
Hi Please help us with REST API URL for AddressBlockAdd functionality. Soap url: http://ws.easylink.com/AddressBlockAdd/2011/01?WSDL Rest URL: ??
-
(Outbound) JobsubmitResult & OpenText Messaging Fax REST API : Missing Response
Hi All the jobsubmitResult from SOAP is having Submissiontime and Completiontime, but the FAX REStAPI is sending only the job submitid, it is not sending any Submissiontime and completiontime. Please help Soap API Response…
-
How to get JobDeliveryStatus Response?
Please share how I can hit the JobDeliveryStatus in either PHP or NodeJS so that I can fetch email bounces in our CRM. We are unable to understand the documentation and the code we have written is not fetching us any results so far. Let me know how we could use the SOAP API here otherwise provide us with easier REST…
-
AppXtender - Copy file from location to another
I am attempting to download a document using SOAP API version 16.6. I have the documents in one folder and am attempting to download a document and create it in a different folder. I am using Java. Are there any examples on how to do this? I am unable to get the download to work.
-
API support for Livereport creation/updates
We are converting a customer database platform from Oracle to PostgreSQL. As part of this, one of the requirement is to also convert the existing Liveports in the Content Server from Oracle to PostgreSQL (e.g. syntex changes). As there are 1k+ livereports in the system, we are planning to export all livereport SQLs from…
-
Content Server REST API - Download File
I want to download a version of a document from Livelink/Content Server using REST API. It is working via postman. However using HTML/JavaScript there is an error. Kindly help. GET method for a node details is working but get version is not. GET node details - http://localhost/otcs/cs.exe/api/v1/nodes/30815 - Works! GET…
-
DFS Compilation error DFS 22.2
Hi All, Compiled webservice code is getting error that service exception class is not having methods setcausecode and setexceptiongroup methods. Build is successful, however the generated webservice Java file is showing error. com.emc.documentum.fs.rt.ServiceException -- package
-
Category value not persisting when creating a folder.
I am using the create Folder UDDI service to create a folder and attach categories to it. It adds the category correctly but doesn't persist the string value. Here is my request. <SOAP:Envelope xmlns:SOAP="http://schemas.xmlsoap.org/soap/envelope/"> <SOAP:Header> <OTAuthentication xmlns="urn:api.ecm.opentext.com">…
-
Problems with "path" field from "createUniqueName" function in wsdl via SOAP
Hi all! I've done a Content Script to make a SOAP call to the wsdl. This script serves to call the function "createUniqueName" and the xml needs 3 fields: uniqueName: the name of the uniqueName path name: the name of the folder I tested the script on a subfolder of "Enterprise", writing in the "path" field just…
-
EasyLink Messaging AddressBlockRetrieve Opt-Out
I am currently developing an SMS Opt-Out component to one of our features. I am sending an AddressBlockRetrieveRequest with a blockstore value of MR, blocklevel with types customer and user along with a date range. I am utilitizing the AddressBlockRetrieve service by passing in the request and assigning the resulting value…
-
After server upgrade SOAP call fails saying parameter missing
After server upgrade from SP1 to SP6 suddenly report started working strange. we calling ROX file from SOAP call from java, after SP6 upgrade parameter value passed as mandate DB parameter showring error saying missing parameter. [main 2021-12-23 15:36:32,020]ERROR - Soap Server error. AxisFault faultCode:…
-
MBPM 9.5 eclsample.war for Java
Has anyone been able to successfully log in using the eclsample.war application included in the 9.x.x SDK (JAVA)? The ECL Web Service is installed (IIS) during the process of installing MBPM 9.5.1. An instance of Tomcat is installed and the war file deployed in the tomcat container. The SAP scripts were installed and in…
-
CWS documentation for 21.x
Hi, I have tried to find out the latest documentation of CWS of the latest versions 21.x. But the latest I have found is of version 16.2. Also there is no update on release notes. Is the CWS documentation for 16.2 valid for 21.x as well ?
-
CWS API: how to set right mime type when upload document content
Hi all, using cws API, and then docman and content services, how can you pass the mime type of a document when loading its content? When you fill the FileAtts structure with the full filename (also with the extension part), then CS set the mime type using the extension if it is known, but if the filename does not contain…
-
Production readiness of 'Connected Workspace' object access through SOAP and/or REST APIs?
I have recently begun to work with Connected Workspaces in CS 16.2.11. After properly enabling them (and restarting all the servers) I can now successfully construct instances of the various custom workspace types through the web ui, so all good there. I'm working with Java so I regenerated my stub class libraries for all…