Search

Clear filter
Question
Gunwant Kapade · Sep 22, 2019

How to run REST API through browser

It is most likely that you are trying to do a POST but by default the browser is invoking a GET.
Article
Eric Fortenberry · Feb 19, 2025

Securing HL7 Interfaces with SSL/TLS (X.509) Certificates

[Building a Certificate Chain](/sites/default/files/inline/images/certificate_chain.gif "Building a Certificate Chain") ### Trusting a Certificate Your web browser and operating
Question
Steve Riddle · Oct 9, 2020

Apache and Containerised IRIS

It uses docker-compose, but the key feature, that it should use the same network, which creates by default in docker-compose configuration for the services in the same project.
Question
Yone Moreno · Oct 2, 2020

[HL7 message processing] OBX segment is smaller than it should be when we use GetValueAt()

Hello, We would need your help: We are processing a HL7 message. Its OBX segment has 4318 characters 1) We get the OBX with the following line of code: set textoCompleto
Question
Punit · Apr 24, 2023

Using %Stream.FileBinary's ClassMethods to set where a Stream is saved

I have a %GlobalBinaryStream object that I'm trying to save as a local file after being received through a SOAP Web Service.
Question
Stephen Wilson · Aug 21, 2019

ASP .NET Core Identity (v3) uses PBKDF2 algorithm with HMAC-SHA256, 128-bit salt, 256-bit subkey, and 10,000 iterations. What does Caché use?

I encode the value of user.Password as UTF8 then Base64 before passing it to the web app to compute and verify it's own hash based on plain-text input.
Question
Steve Pisani · Apr 19, 2016

Disabled/Re-enabled REST interface stops working

Once cleared, my REST services work fine again.
Article
Chris Stewart · Apr 17, 2017

Let's write an Angular 1.x app with a Caché REST backend - Part 1 of Many

Getting REST to work with an Apache web server I am using a full Apache web server on my machine (Mac OS X) to service several instances of HealthShare.
Article
Zeljko Sucic · Jul 26, 2024

Cookie monster and other troubles (and some workarounds too) we ran into while doing Django on IRIS WSGI

usr/irissys/mgr/python/django/core/management/commands/makemigrations.py:160: RuntimeWarning: Got an error checking a consistent migration history performed for database connection 'default
Question
Yone Moreno · Mar 12, 2024

Best way to translate a XML String to an Ens.Response derived class?

Hello,First of all thanks for your time and help with this question. We wonder how could we convert a String which represents an XML, to a class which extends from Ens.Response Our
Question
Hansel Stange Gaete · Feb 25, 2020

WebService Customs Details

Someone have experience consuming special wss ? I need generate this values on Iris : <dsig:DigestValue> <dsig:SignatureValue> you can see an example here : https:
Question
Michael Lei · Jun 28, 2021

uploading files with csp and webservice

As SOAP is still getting active development, it's also possible that optimizations have been built in for SOAP that haven't for CSP.
Question
Marc Mundt · Apr 20, 2022

Using OAuth with VS Code?

Since the ObjectScript plug-ins for VS Code use web services to connect to IRIS, is it possible for a VS Code user to authenticate against IRIS using OAuth?
Question
Colin Brough · Mar 10, 2025

Can %Net.HttpRequest objects get reused (behind our back)?

We are calling a REST web-service from Ensemble using EnsLib.HTTP.OutboundAdapter and redefining the adapter class to set custom headers as described by @Eduard.Lebedyuk here: How to