-
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…
-
API Creating Business Workspaces with required metadata
I'm trying to create a business workspace with required metada but I don't know how to send these required metadata values. Searching the knowledge base I found that we can use /api/v2/businessworkspaces/ for that. I added all the keys that I need but in the template that I'm using I have 5 required fields. When I send the…
-
create business workspaces
Hey all, I try to find the documentation of to create a businessworkspaces with rest api. I know it has to be something like: "cs.exe/api/v2/businessworkspaces. could someone help me out?
-
How soon can JobDeliveryStausRequest be checked?
Typically, as we submit a new fax and get a jobID, the endpoint that serves JobDeliveryStatus is ready to go immediately. We check the first status after 67 seconds to catch the initial errors like 2006, 6500, 5103, 9001, etc., and then we check the status progressively in respect to the fax size. It works fine, but there…
-
End user getting permission denied error when prompted for category data
Hi. I'm creating nodes and setting their permissions via REST API v2 and end users are experiencing an odd issue when adding documents to these nodes. Our desired permissions prohibit the end user from setting category data attributes, as we want those inherited from the parent. When an end user tries to add a document to…
-
BIRT: Combining results from two tables or cubes
Hello, My report scenario, I have two tables getting data from same database but can't use same sql statement and need to check if the first column in each table is the same, then put them in the third table with their accumulated costs. The below screenshot explains my scenario clearly. _
-
REST Random 500 errors on auth
I have posted previously about similar issues with our usage of the REST API but I believe this may be different. We built a project in our development environment and it worked really well, but now that we've gone to our production OpenText environment, we are seeing completely random 500 errors on the auth call. Usually…
-
Filter datA fields with an API ?
HI, i am searching for a way to shrink the result of the sort field! It could be similar to this topic. But i am not sure because we are using different API`s. My target: I am searching for an easy way to filter the JSON response via adding a field which As example, i am searching only for the name. But i got all the…
-
WebService Jar creation from WSDL
I am trying to create jar using wsimport for wsdls and following intructons as mentioned in below link: https://knowledge.opentext.com/knowledge/cs.dll?func=ll&objId=62345549&objAction=browse&viewType=1 It's works for all other CWS wsdls but getting below error for ContentService.svc?wsdl Could you please help on fixing…
-
Cannot access the cell values when parsing the results of a livereport
Hi I am running a LiveReport using the webservices (16.2.12) with java. The actual call is successful, but I cannot access the actual values of the rows' fields using the casting mechanism as highlighted in this post. The result in the web UI is correct: However, the code (see attached based on the above post) returns only…