-
WebServices API through AppWorks Gateway Example
Is there an example of an AppWorks App that uses the Gateway proxy component to access the Personal Assignments or any other WebService API for that matter? In other words, a JavaScript based solution, integrated to the AppWorks framework, used from outside the firewall where a CWS is called for some function? Thanks
-
Can we Get source Code for ECM Everywhere App
Hi, Can we get the source code for ECM Everywhere App ( Google Application)? Thanks, Abhishek
-
Server site Jscript Support in V 9.x
We are assisting a customer in migrating from MBPM V7.5 to V 9.3 (or higher). They have existing server side jscript running in the legacy environment. Does MBPM V9.x support server side jScript or does it need to be converted to C#? Thanks Don Sturdivant, Modus21
-
Using ECM Everywhere to expose other applications
Is there a way where after you have created a custom app for say Content Server, that you can expose it through ECM Everywhere? So basically users would go into the ECM Everywhere app and can touch a 'button' that launches the custom application.
-
Does REST API support MIME Types and Categories
From CS, you can associate a mime type with one or more category (CS Admin => System Administration => Administer MIME Types and Categories). After that, a user will be prompted with the associated category right after he/she selects a file and clicks the “Add” button. The user has to fill in the category form to complete…
-
AppWorks Gateway 1.2 release
Hi, The AppWorks Gateway roadmap shows that AWG 1.2 will be released Q1 2015. Is this still on schedule? Thanks, Sean
-
REST API – adding document error - Category with required field
I am adding a document through REST API (POST /api/v1/nodes). If the parent folder has a category which contains a required field, the rest api gives an error. Is there a way I can ignore the parent folder’s categories while uploading the document? From CS UI, I can upload a file to the folder without any categories.
-
401 Unauthorized error in mobile appworks
While Deploying CSdemo app I am getting 401 Unauthorized error?? We deployed CS Demo app in appworks client, we run it. For My profile it is working fine. But when we hit the Enterprise workspace it gives alert as 401 unauthorized ? On Webaccess it is running properly but while deploying it on mobile it is showing some 401…
-
Unable to complete installation of AppWorks Gateway
I have installed Tomcat 8.0.20, Derby 10.11.1.1, and AppGateway 1.1.6. Running on Windows 7 Professional. No previous installations of any of the above applications. No changes to the OpenText AppWorks Gateway Setting; using defaults. The OpenText AppWorks Gateway comes up in the Tomcat Manager and it runs but when I try…
-
Add document via REST with binary string
Hello, When using the REST API (POST /api/v1/nodes) to create a document int Content Server, can I pass in a binary string as the content of the file? Is there sample code for this? My page need to download a file from a web site (SharePoint) then upload it to Content Server without user intervention. I know the API works…