Find

Question
· Jul 21, 2018

Converting http to https

I have an Enslib REST web service using an http host. How can it be converted to use https?

1 Comment
Discussion (1)1
Log in or sign up to continue
Question
· Jul 20, 2018

How to Make a Https/SSL Request in Caché ObjectScript

How to Make a Https/SSL Request in Caché ObjectScript ? If possible please provide some working example with some https url.

2 Comments
Discussion (2)0
Log in or sign up to continue
Question
· Jul 17, 2018

Programmatically create database and namespace

Is there any COS API to create the database (with designated path) and the namespace ?

Also, the API to attach a given database to a given namespace?

Thanks.

2 Comments
Discussion (2)1
Log in or sign up to continue
Article
· Jul 6, 2018 6m read

GraphQL for InterSystems Data Platforms

GraphQL is a standard for declaring data structures and methods of data access that serves as a middleware layer between the client and the server. If you’ve never heard about GraphQL, here is a couple of useful online resources: here, here and here.

In this article, I will tell you how you can use GraphQL in your projects based on InterSystems technologies.

24 Comments
Discussion (24)3
Log in or sign up to continue
Question
· Jul 2, 2018

Accessing Cache data in another system

I am working on a TrakCare JIRA issue that requires accessing class properties in a different installation of TrakCare on another machine. For instance, I need to compare the deprecated items in the current version of TrakCare to the deprecated items in a previous release. Is there anything in the built in classes that will allow me to do this, or  is it something I'll need to do with a SQL stored procedure or something else I haven't thought of?

2 Comments
Discussion (2)0
Log in or sign up to continue