Search

Clear filter
Question
Daniel Kutac · Mar 23, 2016

Web Development framework to share - anyone?

or check Sencha Touch or JQuery mobile. If you want to create native apps (much more resource intensive) investigate Cache delivering web services. Tom Fitzgibbon | Multidata
Question
Evgeny Shvarov · Nov 22, 2016

Create Namespace snippet

expression creates only the Namespace and Database, but it doesn't create the default web app and the CSP/Namespace folder in case if you need it too. There are two examples
Article
Vasiliy Bondar · Oct 14, 2018

Configuring LDAP authentication in InterSystems Caché using Microsoft Active Directory

; Authentication/CSP Session Settings10. Enable LDAP authentication in services. The %Service_CSP service is responsible for connecting web applications, %Service_Console handles connections
Article
Chris Stewart · Apr 17, 2017

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

- Creating our Web Front End We usually don't want to have our customers directly interacting with a REST service, so we now need to add a page to our Web application. Create
Article
Guillaume Rongier · Mar 26, 2021

IAM (InterSystems API Manager), Zero to Hero

'http://localhost:8001/default/files/specs/iam-training.yml' -X PATCH -H 'Accept: application/json, text/plain, */*' --compressed -H 'Content-Type: application/json;charset=utf-8
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
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
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
Announcement
Nancy Martínez · Jun 8, 2020

Solution Consultant - Spain (working remote

, Cache, and ObjectScript; Experience with Web Services such as REST or SOAP Experience with Scripting; Experience with SDLC tools and methodologies, and modern source control
Question
Megumi Kakechi · Jul 11, 2016

ZEN Mojo : file download code sample

} /// Serve file in web context Method serve() As %Status { #dim sc As %Status = $$$OK #dim %response As %CSP.Response kill %request.Data set %request.Data
Question
Yone Moreno · Jun 24, 2020

How could we test a TCP HL7 service?

Hello, We wonder how could we send an HL7 message to a service to test it. For example, we have a service, at localhost port 19111 We have tried to use SoapUI to send
Article
Murray Oldfield · Nov 18, 2019

Example: Review Monitor Metrics From InterSystems IRIS Using Default REST API

Applications. `System > Security Management > Web Applications` You will see a Web Application: `/api/monitor` this is the service exposing IRIS metrics. >**You do
Article
Sergey Mikhailenko · Jan 13, 2022

Database of exchange rates of the Central Bank of the Russian Federation

Federation for 2016-2021. Launching the product service with default settings will allow you to receive daily new exchange rates for the current day. If necessary, you can load
Question
Kevin Kindschuh · Jul 26, 2023

How does Visual Studio Code Terminal connect to IRIS? SSH or WebService?

Visual Studio Code, like Atelier, connects to IRIS through the Web Server and a web service, unlike Studio that connect to the SuperServer port. What about the VS Code terminal
Question
Sandeep K C · Sep 7, 2023

start/stop systemd httpd service in mirror servers

is down, I need to start httpd service for SERVER2 and stop httpd service for SERVER1 (which is now backup server). I tried using the code below in terminal to start httpd service