Search

Clear filter
Question
alex chang · Jun 1, 2020

How to record request source ip in BP and BO and limit request qps

importantly as I said in your previous post it looks like you're running Ensemble service on a custom port. First thing you need to do is: Install public web server Adjust web server
Question
Tom Longmoore · Jun 22, 2016

Best InterSystems course for developing Ensemble custom (non-HL7) interfaces and web services?

work with HL7 interfaces. We mainly use Ensemble to implement custom (non-HL7) interfaces and web services/clients.With this in mind, which of the two available courses would make
Question
sansa stark · Nov 10, 2016

ODBC issue

(No Special characters).I have looked around the internet and found the PHP 5.6 changed the default character to UTF-8.For this issue anything, we can do from cache side.cache version
Question
Matheus Augusto · Jun 3

Proxy reverse to inside HTTP internal port 57772

environments. The private Apache web server is not supported for any other purpose. For deployments of http-based applications, including CSP, Zen, and SOAP over http or https, you
Question
Andre Wessels · Mar 14, 2019

How to configure a remote web server to the local application server

the csp application running on the service provider's own server ? The easiest way would be to configure web server on customersdomain.com to act as a reverse proxy. In this case
Question
Michael Lei · Mar 8, 2021

Any documents regarding Ensemble vs Healthconnect? Thx

(if you search for it you will get its documentation on the IHE web site). In order to implement the framework, in addition to the Interface Engine, you have to have a set
Article
Fabiano Sanches · Dec 16, 2022

Discontinue Apache web server installations - FAQ

a configuration step related to web servers: ISC_PACKAGE_WEB_CONFIGURE. The default value was set to N (No), which worked well as InterSystems shipped a fully configured Private Web
Question
Mike Yackanich · Jan 13, 2021

How to set HTTP Response Status Code in httpResponse object

within the httpResponse object within the Business Operation? Or do I need to subclass the related Business Service? This is how we handled that in Cache 2018 for a REST connection
Question
Eduard Lebedyuk · Jun 13, 2017

Force %SOAP.WebRequest to output XML without new lines or whitespaces

I'm using %SOAP.WebRequest to send SOAP requests:Populate %SOAP.WebRequest object (by setting Request and HeadersOut properties)Call SendSOAPBody method to send requestCurrently
Announcement
Drew Spoelstra · Feb 16, 2021

Seeking Integration Services Specialists - Full Time, Remote

benefits. Ideal candidates will have extensive experience with InterSystems HealthShare, experience with Amazon Web Services, HL7 v2 & v3, and IHE ITI profiles. Rhapsody
Question
Jonathan Day · Feb 7, 2024

Which OS-level services are needed to run IRIS?

the stuff that Ubuntu LTS runs by default, which will free up system resources (which really shouldn't be a problem, but it might help) and reduce the amount that can go wrong
Article
Ariel Glikman · Mar 4, 2024

IKO - Lessons Learned (Part 2 - The IrisCluster

of what the Kubernetes standard knows (this is objects such as your pods, services, persistent volumes (and claims), configmaps, secrets, and lots more). We are building a new kind
Question
Gery Gerena · Feb 4, 2017

Angular 1 or Angular 2 for new web project using Caché/Ensemble ?

If you had to choose Angular 1 or 2 for a new web project using Caché/Ensemble as a backend, Which one would you choose?I'm trying to figure this out with a short pros/cons list
Article
Mihoko Iijima · Mar 5, 2021

[InterSystems IRIS for the first time] Interoperability: Message

between components from the required development content for system integration. * Production[ previous post ] * Message * Components * Business Services * Business
Question
Nicky Zhu · Jun 4, 2018

How to add an underscore to WebMethod name

Hi, guys,One of my clients was required by the hospital to name their webservice operation as Action_Subject, ie. Get_PatientInfoWhen I define the web method as "Get_PatientInfo