Search

Clear filter
Question
Colin Brough · Feb 15, 2023

Comparing code on running servers

Is there a way of comparing code running on two Ensemble servers - ideally excluding certain types of difference?We are a new team working in HealthCare (lots of HL7, some web
Article
Vadim Aniskin · Mar 13, 2024

Implemented Ideas: Global->JSON->Global converter

->Global converter. Implementing such a converter is important to ensure interoperability, simplify data exchange, support web services, and provide a standardized approach
Article
Eduard Lebedyuk · Sep 26, 2022

Continuous Delivery of your InterSystems solution using GitLab - Part XI: Interoperability

default settings](https://docs.intersystems.com/irislatest/csp/docbook/DocBook.UI.Page.cls?KEY=ECONFIG_other_default_settings). Clearly, CI/CD process affects interoperability
Article
Bill McCormick · Dec 7, 2015

Source Control Hooks and Atelier

be useful is an example Eclipse/Atelier project as an add-in for launching web pages as custom menus. Such that they can be added to and emulate the existing capabilities offered
Article
Guillaume Rongier · Jul 8, 2024

Running Flask Applications in Iris

as an native Web Application. ## Installation 1. Clone the repository 2. Create a virtual environment 3. Install the requirements 4. Run the docker-compose file ```bash git
Article
Yuri Marx · Jul 19, 2023

Using the new InterSystems IRIS Hibernate 6 Dialect for a Springboot Project

. This wizard will create a new Spring project. Fill the fields with these values:• Service URL: https://start.spring.io• Type: Maven (it is a package manager like the NPM, ZPM
Question
Rubens Silva · Jul 27, 2017

REST: How to pass query parameters

at all is against good principles of REST. I think that the default convention for REST usage has been exploited too much already, to the point that most would prefer to have
Article
Robert Cemper · Aug 3, 2020

Global Scanning & Slicing

In most cases, a global used by default storage has just 1 subscript level that represents the IDKEY.For an index-globals we may see 2 or more subscript levels.Arrays
Question
Stephen Carter · Nov 30, 2020

[Cache ODBC][State : S1000][Native Code 400

2.8 SDK) I can verify I get the same errors as in Power BI. They seem to be ODBC driver related but I can't pin it down. ODBC Test Tool GUI shows: Full Connect(Default
Question
Dieter Fiebelkorn · Aug 9, 2022

OAuth 2.0 for Mail (POP3/SMTP

the sources on github. Hopefully it helps for POP3 ... i have modify a python scripts to get an access token from Outlook/Azure. I put all them together and defining a service
Question
Nimisha Joseph · Nov 23, 2023

SQL Query in BPL

I'm pretty new to ensemble.I'm working on a BPL process where I need to retrieve a result set from an SQL activity, loop over the results, and call a web service. I'm having
Question
Stephen Wilson · Aug 13, 2019

Adding custom claims to in OAuth 2.0

and send data to REST web service? AccessCheck is called before anything else so if the token is invalid or has expired a 401 Unauthorized HTTP Response is returned. A web application
Question
Jonathan Wald · May 25, 2022

Data import/export

and/or globals, serialize this to JSON and import and unpack the payload on the target system (either by importing a file or building a small REST service (JSON travels very well over REST
Article
Cristiano Silva · May 26, 2023

Boosting Queries with Custom Class Queries

tool, we can use it in several other situations such as: Queries with extremely complex logic; Access to external data sources such as files, calls to REST services, SOAP, etc
Question
Scott Roth · Apr 21, 2021

First REST Operation - Custom Header

operation works in working with other types out Non HL7 Operations (SOAP, SQL) before. You send a request and get a response back, that part I understand. What I am not comprehending