Search

Clear filter
Article
Yuri Marx · May 5

How to produce and consume RabbitMQ messages on IRIS

to external data sources, APIs, File systems, Web services, etc. In our case, the Inbound Adapter will connect to an external API to get the temperature for latitude/longitude
Article
Luis Angel Pérez Ramos · Feb 7, 2024

Sending WhatsApp messages from InterSystems IRIS production

In this article we are going to see how we can use the WhatsApp instant messaging service from InterSystems IRIS to send messages to different recipients. To do this we must
Announcement
Guillaume Rongier · Apr 6, 2020

ObjectScript OpenApi Definition Class Generator

PetShop.implREST application successfully created. Create a web application for the REST application? Y or N (Y):Specify a web application name beginning with a single '/'. Default
Discussion
Sean Connelly · Aug 17, 2021

GitHub has a new feature - VS Code in the cloud

used the default Editor in Github Web text viewer I saw no difference over the last months not this way then... It seems in github.com .gitattributes are honored and code coloring
Article
Robert Cemper · Dec 22, 2024

Get your code over ODBC/JDBC

I recently met an ages old issue related to code maintenance: You have access to your IRIS server just over ODBC/JDBC no VSCode access, no Studio access no (Web-)Terminal
Article
Daniel Kutac · May 3, 2017

InterSystems IRIS Open Authorization Framework (OAuth 2.0) implementation - part 3

.Server.Authenticate acts as the subclass for all user written Authenticate classes as well as the default Authenticate class. The Authenticate class is used by Authorization Endpoint at OAuth2
Article
Guillaume Rongier · Jul 30

Introduction to Python First Approach in IRIS

, but it's difficult to do it due to virtual environment look by default to an interpreter called `python` or `python3`, which is not the case in IRIS. - See the [bonus section
Question
Reden Rodriguez · Jan 26, 2021

How to fix <STORE> 15 ^%SYS.BINDSRV

with %session.SessionId if you are using a web service, or REST ($j is not reliable as $j will be the PID of the process that processes your CSP Request). In fact there are various
Article
Vitaliy Serdtsev · Nov 24, 2017

$(REST - CSP - (-HyperEvents) + EasyUI + File Upload). Part 2

, it will be cspCallHttpServerMethod. These two functions are defined in the cspxmlhttp.js file, which, along with cspbroker.js, is used for developing a web application with CSP/CLS. On the server side
Question
Scott Beeson · Feb 4, 2016

Healthshare/Ensemble/Cache deployment tool? Anyone every created one

for new clients are tedius and lengthy. Lots of ensemble service, registry value, lookup tables, namespaces and other things have to be created and configured. I would like
Question
Ashok Kumar T · Jun 27

Http Request and Response format from %request object

Hello community,Is there any built in class method to get the HTTP request and response message format from the %request and %response object. Similar to how a Web Gateway's HTTP
Article
Dmitry Maslennikov · Feb 6, 2023

Welcome irissqlcli - advanced terminal for IRIS SQL

Additionally it's possible to run a web terminal with docker docker run -d --name irissqlcli \ --restart always \ -p 7681:7681\ caretdev/irissqlcli-web irissqlcli iris
Announcement
Fabiano Sanches · Mar 7, 2023

Announcing developer preview #3 for InterSystems IRIS, IRIS for Health, & HealthShare Health Connect 2023.1

the WRC's preview download site or through the evaluation services website (use the flag "Show Preview Software" to get access to the 2023.1). Container images for both Enterprise
Question
Daniel Kutac · Jun 1, 2016

Passing a parameter with slashes to the REST call

= pass pivot name into a rest service, I tend to use slashes to organize my DeepSee stuff into 'folders' Q2: It is against core REST architecture principles, so I hope not.That
Article
Iryna Mykhailova · Feb 24, 2021

Transferring Files via REST to Store in a Property, Part 2

called RestTransfer.Client and added to it parameters Server = "localhost" and Port = 52773 to describe my web server. And I created a GetLink class method in which I create a new