Search

Clear filter
Question
Mikael Toivonen · Aug 17, 2017

Charset problem: UTF-8 file downloaded via sFTP displays incorrectly

My issue is that I don't know why Ensemble processes incoming data in the wrong encoding.Update: Issue was solved, I think, see my answer below.our customer uploads UTF-8 encoded
Question
Florence Cureau · Aug 26, 2016

Automated testing of Ensemble productions

the 'outside' world. We use Soap Sonar, SoapUI and Cache services to just do that. Sorry for the confusion: I'm talking about integration tests. I'd like to test the logic
Question
Jenna Poindexter · Sep 22, 2016

Connect Timeout vs Failure Timeout

of a missing or failure response code that comes back in an HL7 message response? Hi KennethThis post : https://community.intersystems.com/post/web-service-business-operation-client
Question
Chris Stewart · Mar 29, 2016

Removing properties from a ZENProxyObject before it is returned by a REST service

HiI have been experimenting with the creation of a set of REST services for an app. The basic GET operation is set to create a %ZEN.proxyObject instance, and then set an instance
Question
José Pereira · Oct 10, 2017

Single Sign-on for DeepSee REST API

API services. Both applications access the same Caché database.How to implement single sign-on strategy in order to allow an already authenticated ERP user to access DeepSee REST
Question
Punit Shah · 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. To do this, I created a %Stream.FileBinary object
Question
Florian Hansmann · Nov 10, 2020

.csp API Session Management

Hey Intersystems Community, I have a Problem with the Session Handling in .csp. I wrote all my Web Services in .csp-Pages and do the work for example in the OnPreHttp Method
Article
Lorenzo Scalese · Nov 10, 2022

REST API for Security Package

"install config-api" ``` By default, installing Config-API does not expose the REST services so we need to create the web application "/config-api". A ready-to-use script
Question
Randy Stewart · Jun 13, 2016

How to pass multiple values for a FILTER to DeepSee DASHBOARD on URL

the documentation several times but it did not make sense without your explanation and examples. Hi Randy. FILTER option in SETTINGS references "Allowed Default Values for Filters" section
Question
Raghu Kodumuri · Aug 17, 2016

Setting ContentType in Rest Service

me phrase my question different way, by Default ContentType of a Rest business service is text/html, I want that to change to application/x-www-form-urlencoded. When my client
Article
Yuri Marx · Feb 2, 2021

Example: Using Java + SpringBoot + Hibernate and IRIS Database to create REST API

Spring Boot is the most used Java framework to create REST API and microservices. It can be used to deploy web or executable web or desktop self-contained apps, where
Question
Timothy Leavitt · Jan 11, 2017

Web application with dispatch class (%CSP.REST) also serving static files

Suppose I have a web application named "/my/api", with a dispatch class configured (a subclass of %CSP.REST), and I want to be able to respond to:GET /my/api/something/:idby
Discussion
Dmitry Maslennikov · Dec 20, 2022

Life without internal apache a.k.a. private web server

So, the next year will bring us a new way of installing IRIS. Always keep in mind that you have to bring your own web server. No matter how many instances of IRIS you have on your
Question
Michele De Chiffre · Mar 11, 2021

CORS in REST service when using Maps

I'm trying to setup a REST server with CORS support. I have created a class that handles a specific part of the service (printer control). This class I have referenced in my main
Article
Dmitrii Kuznetsov · Oct 7, 2019

OAuth Authorization and InterSystems IRIS: Taming Trust Protocols

parts: The user The client app The identification service The resource server The action takes place in a web browser on the user's computer. The user has an account