Search

Clear filter
Question
Nina NifAdmin · Mar 21

Special character appearing in downstream system but not seen in HL7 message

systems is compatible. If the receiving system uses UTF-8, you might need to change the encoding of your messages to UTF-8. This can be done by setting the `Default Char Encoding
Question
Stephen De Gabrielle · Mar 9, 2017

Options for moving documents between systems

preferences' during the tendering stage with suppliers. Hi,We have an Ensemble Service class that extends " EnsLib.SOAP.Service" and provides a web method with a parameter that is a class
Article
Rob Tweed · Jul 31, 2017

Introduction to QEWD Micro-Services

In my previous posting about the new support in QEWD for JSON Web Token (JWT) support, I mentioned that it was a key step in enabling Micro-Service support in QEWD. In this post
Question
Simon Bijl · Jan 12, 2021

How to post to Cache Rest-service as https

/Doc.View.cls?KEY=GREST_cors is helpful reading on this. Also see https://developers.google.com/web/updates/2020/07/referrer-policy-new-chrome-default for details on the Chrome behavior
Question
Michael Davidovich · Nov 14, 2019

Cache Web Apps and Local Web Server

Application in Caché? You need to create a Web Application pointing to the directory you want to serve. Here's how. By default "root" directory (C:/InterSystems/Cache/CSP/ in your case) is not served, rather each folder there is a separate Web Application.
Question
Martin Karas · Dec 2, 2017

Cache Synchronization of databases

everywhere through a secure channel (a SOAP web service).I have implemented a %SYNC over SOAP toolkit that makes things easier to setup and monitor. I am still finishing some aspects
Question
Eduard Lebedyuk · Jul 26, 2017

Ensemble async passthrough configuration

I'm trying to create asynchronous Ensemble service/operation pair for SOAP passthrough.General configuration:Ensemble Service receives a message and immediately returns an answer
Question
Craig Bishop · Sep 7, 2022

Access global variable on remote system

receives from the edge via SOAP. I was looking for a way to transmit this data over without having to create a new web service or soap call. Thanks for the suggestion. I'm reading up
Article
Mark Bolinsky · Feb 5, 2019

Apache HTTPD Web Server Configuration for HealthShare

There are often questions surrounding the ideal Apache HTTPD Web Server configuration for HealthShare. The contents of this article will outline the initial recommended web
Question
Tani Frankel · Feb 8, 2023

Configuration (CPF) Merge with Authentication Configuration Sample

service inside a container to prevent prompting for login when accessing the IRIS command line inside a container. [Actions] ModifyService:Name=%Service_Terminal,AutheEnabled=16 %Service_Terminal in Docker images already has OS Auth enabled by default
Article
Istvan Hahn · Oct 21, 2016

Applying MicroServices Architecture to Ensemble

so good, but is not REST the main topic of the article? What is the relationship between MSA and REST? Almost every site I visited used RESTful web services in the examples
Question
Ruiyan Yu · May 14, 2021

SSLConfig with ECC

cases, it’s enough to just create empty certificate with just default values. how do you use it? Hi, The api endpoint (https://api.domain/service) is only accessible
Question
Sheetal Kairawala · May 23, 2024

Unexpected SOAPACTION value: http://www.intersystems.com/hs/gateway/hsws/HS.Gateway.Access.WebServices.EPRFetchNotification</text> </error>

servers are on same version of Healtshare. what could be the issue? ERROR #6248: SOAP response is a SOAP fault: faultcode=Client faultstring=Badly formed SOAP Message
Article
Eduard Lebedyuk · Jun 7, 2017

Debugging Web - Part 2

In the first article I discussed testing and debugging Caché web applications with external tools. Second part would cover Caché tools. They are: CSP Gateway and Webapp
Question
Chris Stewart · Jun 9, 2016

REST Services Cataloging

I've been building up a REST services API, consisting of a dozen or so classes referenced from a Dispatch class, which has route mappings for the first piece of the URI. I'd like