Search

Clear filter
Announcement
Anastasia Dyubaylo · Dec 8, 2022

Key Questions of the Month: November 2022

service is creating web sessions leads to server downby prashanth ponugoti Is there a way to modify %SYS classes for debugging purposes ? by Norman W. Freeman Delegated Users by Rob

#InterSystems API Manager (IAM

63 Posts1 Followers
Question
Scott Beeson · Nov 9, 2016

How can I send a test message into my Healthshare instance

I have an amazing tool called 7edit for editing and sending HL7 v2 messages. I've searched hours for a similar tool for HL7v3 without luck. They're all web based, crappy, broken
Article
Alex Woodhead · Jun 16, 2023

Darker docs on Firefox with Dyslexic friendlier font

An interim idea to bring more dark to the docs with different font. Process: In Firefox web browser address bar navigate to: "about:support" Look for label "Profile Folder
Article
Alex Woodhead · Mar 30

Vector Embeddings and Vocal Search. Analysis and innovation notes

This article shares analysis in solution cycle for the Open Exchange application TOOT ( Open Exchange application ) The hypothesis A button on a web page can capture the users
Article
Cristiano Silva · May 27, 2023

Interopway REST. Consuming REST Services in a Simple Way

How many times do we find ourselves rebuilding, copy-pasting, adapting, Business Operations that make calls to REST services, and only adapting one or another part of the final
Article
Luis Angel Pérez Ramos · Mar 2, 2023

Asynchronous Socket in IRIS and connection from JavaScript client

the Business Service into our Business Operation: And we can check our client application: That is our notification! Well, that's all. We have configured a simple web socket
Article
Ward De Backer · Apr 20, 2017

Node.js: create a basic web app with React - part 1

Developing a Full-Stack JavaScript web app with Caché requires you to bring together the right building blocks. Previously, I outlined the basic steps to install and connect
Question
Scott Beeson · Mar 15, 2017

How to unlock a namespace/environment

say for certain if the source control lock is coming into play there.You should work through this with Managed Services to find a resolution. Thanks Scott,See the Documatic
Question
Nezla · Jan 1, 2018

Send JSON Via HTTP request

Thank you Robert Hi Eduard,I thought that would the end of it but ...:)I've created the below sample to post a JSON object but the receiving Web Service didn't receive anything ! Am
Question
Stella Ticker · Jul 20, 2018

Viewing httprequest in Enslib.Rest.Operation and setting pwd

The REST webservice works perfectly when run on SOAP UI. This end point server is an https site that uses basic authentication (uname and pwd). But when I run the request through
Article
Eduard Lebedyuk · Nov 20, 2019

Developing REST API with a spec-first approach

"] x-ISC_ServiceMethod string operation Name of the class method called on the back end to service this operation; default is operationId, which is normally suitable
Article
Megumi Kakechi · May 4, 2023

Which processes do you need to monitor in Windows to check that InterSystems IRIS is working properly

] %Service_Console This is a daemon process that starts when the service is enabled (enabled by default) and accesses IRIS from the server's local terminal (from the server's IRIS
Question
Jaime Lerga · Feb 8, 2023

Implementing basic auth on a rest API

on the Production. All WS requesst will have to go through the CSP gateway.If there are other Business Operations utilising that REST service, you will have to connect via the web
Question
minh nguyen · Dec 29, 2017

Using JDBC to connect to Cache Database URL

and and and ...With JDBC you connect to the object service port (default = 1972) + namespace The IP address is of course the same. Here 127.0.0.1 or localhost Cache JDBC schema is: jdbc:Cache://<host>:<superserver_port>/<namespace> Documentation.