Search

Clear filter
Announcement
Anastasia Dyubaylo · Jun 15, 2021

Webinar: What's New in InterSystems IRIS 2021.1

, including the InterSystems Kubernetes Operator interoperability, including the InterSystems API Manager 1.5 FHIR, including FHIRPath, FHIR Profiles, and more
Question
Abhinav Pandey · Sep 14, 2020

w $zf(-100,"a='./DC hello'") Fetch return value of method in variable "a" from Python

. writing the output in file and reading is somehow not acceptable by my org. Yes, API can help in this and going to implement the same. Thanks a lot for sharing knowledge
Question
Marcio Coelho · Sep 9, 2020

Build Python bind

looked at the Python binding, but my recollection is that it is based on the C binding (not to be confused with the C callin API), which is based on the C++ binding, which does
Question
Sitthisak Sutim · Feb 14, 2023

SOAP - How to create soap and call my StoredProc function from external website

Hi Every one I'm working on how to use SOAP with my API and StoredProc. Currently, the method I use is csp page to be able to get pamater from external website and Call my
Announcement
Michelle Spisak · Oct 17, 2019

Get Hands-On with InterSystems IRIS™ Multi-Model, Interoperability

violations. Adding in routing to consume additional data about populations using REST from public APIs. Modifying the data to be in the right format for the downstream system. Get started with InterSystems IRIS today!
Question
Mark Retry · Feb 8, 2021

Apache 2.4 Web Server / IS Iris

run it on the Web server, and follow the steps in the document : Recommended Option: Apache API Module without NSD (CSPa24.so)... You can download the installer from the Online
Announcement
Anastasia Dyubaylo · Feb 15, 2021

Webinar in Russian: Virtual Summit + Open Exchange

Learning portal, which we would like to tell you about. The webinar will cover topics such as: Analytics (AI, BI, Reports) Development Integrating API management
Question
Steffen Brumm · Jan 18, 2017

Java packages deprecated

to medium complexity object hierarchies in Java projects. See “Using eXTreme Event Persistence” in Using Java with Caché eXTreme. Also, please see http://blog.intersystems.com/compatibility/2014/08/25/deprecation-and-plans-for-current-java-apis-in-2014-2/
Question
Nezla · May 22, 2022

Using a Service to get data (Inbound or outbound adapters

Httprequest.SetHeader("Authorization","Bearer "_Token) set tSc = Httprequest.Post("/api/jobs") //S Resp=Httprequest.HttpResponse.Data.ReadLine() Set Resp=Httprequest.HttpResponse.Data.Read
Question
Nezla · Jan 15, 2018

Arrays in JSON Body

Hi Guys, I've a working that sent Http request to a REST API and is working fine, Set Body = ##class(%ZEN.proxyObject).%New() Set Body.ElectronicMailAddressT
Question
Shanshan Yu · Jan 26, 2021

How to get the license usage through SQL or global

How to get the license usage through SQL or global? You can get license info through the $SYSTEM.License APIs: Set currentLicenses = $SYSTEM.License.LUConsumed() Set
Article
Yuri Marx Pereira Gomes · May 15, 2023

Tutorial: Deploy your dockerized application on Google Cloud

it: Make sure you have Git installed. Go to https://openexchange.intersystems.com/package/iris-rest-api-template. Clone/git pull the repo into any local directory: git clone git
Article
Yuri Marx Pereira Gomes · Feb 4, 2021

DataOps with InterSystems IRIS

preparation. Data marketplace: data assets can be published to REST API and monetized with IRIS API Manager. Data Catalog: data in IRIS is organized into classes, theses classes
Question
Krishnamuthu Venkatachalam · May 30, 2019

No 'Access-Control-Allow-Origin' header issue with Cors issue

Hi All,I have a REST dispatcher class in which I enabled the Parameter HandleCorsRequest = 1;I can able to access the API using Postman, but not with my web application
Question
Evgeny Shvarov · May 5, 2019

How to Create SSL Configuration Programmatically

with server's name The class Security.SSLConfigs can give you an API to create SSL configurations.Look at the "Create" classmethod. As mentioned earlier, you can use