-
Unable to Resolve MTOMFeature Refrence in Java 11
This Reference was Resolved in Java 8 and was used for the ContentService Binding below import javax.xml.ws.soap.MTOMFeature ContentService contentServiceClient = contentService.getBasicHttpBindingContentService(new MTOMFeature()); Since going to Java 11 (zulu-11) Using Eclipse I'm getting the Message The type…
-
Add multiple document in folder using REST API (Content Server)
Hi All, I want to add multiple document to a node in Content Server, I am aware using Endpoint as mentioned https://developer.opentext.com/alpha/cs.exe/api/v2/nodes , I can upload a file to a respective node but what if I want to attach more than 1 file in a single call. thanks in advance. Regards, Ankur
-
Create document and set custom attributes in one API call
Currently I am using an API call to create a new document, which at the same time fills in custom attributes. The screenshot below shows that particular API call. This API call works fine. However: the 'parent_id' where this document is stored, has 3 categories. When the API as shown above is executed without the 'body'…
-
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…
-
Creating a Session using C# HttpClient
I am trying to create a session using c# code and am getting the weirdest error while creating a session (Note it does work through postman) {"exception_body":{"http_response_code":401, "message":"No session exists.", "debug_message":"No session exists.","error_code":1000}} Which is odd because I know the session does not…
-
Is there a fixed result limit via REST
Hi all! We habe updated our servers to CS 20.4 and today i experienced a funny situation. As always we are dooing some REST calls to filter the results according to our required parameters. In the past we had set the limit to 300 and now it seems like the range_max is about 100 Here is the call. You can filter until the…
-
Unable to create document using WebXtender REST API
I keep getting the following error when trying to create a document: "The HTTP request does not contain index information to create a AX document!" Not sure what's really causing this error because I am providing the index information. Here's my python script: ## TEST UPLOADING DOC urlDev =…
-
Can an AppWorks application map attributes/metadata to a PDF/Word Template?
Hello! I am very new to AppWorks, and I'm trying to achieve a solution where we receive data from an external form, and I want to have PDF/Word templates with text fields, the solution needs to map the data from the online form to these text fields automatically and export the finished document. Afterwards, this document…
-
Problem with required fields in category using REST Api
Hi, I'm using REST Api to upload a document in Content Server and add to this document a category with required attributes. I'm using the following call:POST /nodes/{id}/categories and i'm getting the following error: org.springframework.web.client.HttpClientErrorException: 400 Bad Request This error is obtained because…