-
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…
-
Filled in Alpaca form to Move a node - How to execute the move?
I have filled in an Alpaca form to move a node. In the form I specified the node, where it needs to be moved to (parent_id), and 'inheritance' is set to '1', so it will inherit the categories of the destination. When you execute this API call, the result is fine. However: how can I now execute the actual Move (including…
-
Insert data into Content Server Form using REST API
Hi, I want insert data into Content Server Form using REST API. Is there any way available using REST ? If not can we do it using some other way ?
-
External Id on document creation in version 16.6.3
Hi there. I realized, while retrieving tracking information on a document an "externalid" is also delivered next to the "trackerid" in the returned json structure. Request URL (GET): https://<my_extream_endpoint>/v1/trackers?where_trackerid=32056E7B-2F78-1D44-AF3F-FD6E61E89AC3&guid_format=false Response body: {…
-
CS REST API URL
HI I need to interact with the rest API of CSOT and after looking to the documentation, I found that I need to authenticate first in order to get the token. My client give me a livelink that takes me directly to CS and I am trying to get the base URL for the authentication, so I used…