Search

Clear filter
Question
Yone Moreno · May 11, 2020

Could Ensemble generate a CADES sign

is to avoid being dependant of an external web service, and be able to generate it. You can use Java Gateway and this project. On a first overview this looks like a container
Article
Dmitry Maslennikov · Aug 20, 2021

GitHub Codespaces with IRIS

for the main service, where the development list of extensions installed by default in VSCode ports which have to be published, in this case, web server port for IRIS
Question
Mogamad Allie Saal · Jan 17, 2019

HL7 ACK Date and Time Format

mist have a date and time populated with seconds.We are utilising the standard class for the Service Adapter (EnsLib.HL7.Service.TCPService).HL7 Version 2.5 no modifications
Question
Andrew Kestle · Feb 15, 2019

How to check/amend date format (all outbound fields) to an Operation

for the date formats. It occurred to me that since "Separators" and "Default Char Encoding" occurred on the Operation then there could be a similar setting for "Default DateTime Format
Article
Luca Ravazzolo · Sep 21, 2017

InterSystems Cloud Manager and Containers at GS2017 XP-Lab

department (Learning Services), was working hard assisting and supporting us all behind the scene. Before the event, Learning Services set up the most complicated part of public
Question
Hoi Lai · Jun 26, 2020

How to disable the login prompt when csp session is expired and just return http status 401

I am working on an angular applications and build a web application (Rest API) on IRIS for health, the web application uses a password authentication and setup with the default
Article
Mihoko Iijima · Mar 5, 2021

[InterSystems IRIS for the First Time] Interoperability: Let's learn how it works

). ![image](/sites/default/files/inline/images/image1043jp.png) The role of each component is as follows: **Business Services** Responsible for receiving information from
Question
Yuri Marx · Dec 5, 2020

Is it possible do multithreading tasks and manage it using ObjectScript

Services create request messages and send the Asynchronously to one or more Business Processes. If the Pool size on those Business Processes then you will end up with multiple
Question
Jeffrey Semmens · Jun 15, 2017

REST call with String parameter with control characters

I am trying to design a RESTful service that takes a string (with control characters). Does something with that in the logic on the server, then returns a string, which may also
Question
Miguel Delvalle · Apr 2, 2019

Upgrade Vs Parallel install

to suggest that communication over SOAP should not be affected (see Web Services and SOAP section at https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY
Question
Mike Dawson · Jul 12, 2016

Standards document for Objectscript developers

Standards would be things like how to implement the various frameworks for things like error handling, database maintenance auditing, web services, handing of I/O, each definition
Article
Liam Evans · Jul 14

Hosting a Flask REST API on InterSystems IRIS using WSGI

.” Let's analyze our code line by line: from flask import Flask from flask_cors import CORS We are using Flask as our web framework to build the REST API, so we import Flask
Question
Matjaz Murko · Jul 16, 2021

JSON serialization of stream

with %JSONExportToString and deserialization with System.Text.Json.JsonSerializer), I get an error "FormatException: Cannot decode JSON text that is not encoded as valid Base64 to bytes". Why
Announcement
Vadim Aniskin · Feb 27, 2023

InterSystems Ideas News #4

) Application name Implemented idea @Lorenzo.Scalese OpenAPI-Suite Add a wizard similar to the SOAP wizard to generate a REST client from OpenAPI specification
Question
Nael Nasereldeen · Oct 27, 2019

%SYSTEM.Encryption MD5Hash function -return value conversion

. Hi, What I mean by a simple string, is a value that you can send Via a web service for example. Thanks. What value are you expecting? Base64 is often used to encode hashes