Search

Clear filter
Article
Istvan Hahn · Sep 23, 2016

Creating a RESTful Service using Ensemble

the run-time as an Ensemble Production and create a service configuration as a web application. The Ensemble documentation library explains basically two ways to implement RESTful web
Article
Yuri Marx · Aug 8, 2022

Learning InterSystems by Developer Community Articles

://community.intersystems.com/post/oauth-authorization-and-intersystems-iris-taming-trust-protocols Using Oauth2 with SOAP (Web)Services Oauth setting for SOAP services
Article
Istvan Hahn · Sep 27, 2016

Enabling Cross-origin Resource Sharing (CORS) for RESTful Services

. By default services are not allowed to do CORS. You are going to learn how to enable it for Ensemble RESTful services.The Resource Map class (the subclass of %CSP.REST) controls
Question
Chip Gore · May 10, 2016

Web-based application Login/Account Management Question...

that a company is designing a collections of web based applications that they will be selling as "services" to their clients, and that these clients will each have their own "users
Question
Norman W. Freeman · Aug 19, 2021

What is the maximum size of the URI of a request and how to increase

=XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX HTTP/1.1 Accept: */* Content-Type: text/html;charset=UTF-8 Referer: https://something/ Content-Length: 0 Connection: Keep-Alive Cache-Control: no-cache
Question
Thomas Kotze · Nov 7, 2016

Ensemble Business Process receive Stream , how to push through RecordMapper

Hi, We have a business process that receives back a character stream that has csv content from a SOAP Operation call. I was hoping to make use of the record mapper to map
Article
Sean McKenna · Aug 26, 2016

Enterprise Monitor and HealthShare

connection: Enter the Name Enter the Web IP Address Enter the Namespace Enter the Service Web Application Path Enter the Soap Credentials Click the “Save” button
Question
Lassi Autio · Aug 8, 2018

Terminal within Eclipse not connecting to localhost

; system administration -> security -> services Hi, Lassi!Just in case you've never heard about but there is a community supported WebTerminal which works via web-sockets
Article
sween · Dec 3, 2021

Invite the FHIR Accelerator Service to your Kubernetes Microservice Party

![image](/sites/default/files/inline/images/microserviceparty2.png) Want a commercial grade FHIR® Implementation included in your micro service ecosystem and barely have enough
Question
Thembelani Mlalazi · Aug 9, 2018

Atelier1.2 Not Found. Check the web server configurations.

I am having trouble configuring the environment in eclipse have download eclipse for java script and web developers followed the video but could not connect to the server I have
Announcement
Emily Geary · Aug 7, 2024

InterSystems Certification is looking for question writers for our upcoming InterSystems TrakCare Integration exam

external tables or views 3. Uses SOAP web services Writes InterSystems ObjectScript code to invoke external SOAP web services Uses SOAP Wizard to create
Article
Lorenzo Scalese · Feb 1, 2023

OpenAPI Suite - Part 1

classes. Generate client production (business services, business operation, business process, Ens.Request, Ens.Response) classes. A web interface to generate and download
Question
Krishnamuthu Venkatachalam · Sep 12, 2020

Calling a classmethod of an instance from another instance via native method

".This is one option. Background Jobs over ECP.But as IRIS Servers also talk to each other over TCP I don't see any advantage over using a SOAP service or WebSockets or similar
Discussion
Dmitry Maslennikov · Feb 20, 2023

IRIS as a service in continuous integration

env: # The hostname used to communicate with the IRIS service container IRIS_HOST: iris # The default IRIS port IRIS_PORT: 1972
Question
omer · Feb 11

What causes a broker RESPONSE to have Transfer-Encoding:chunked

responses sometimes of Transfer-Encoding:chunked. At an abstracted level, IRIS sits on the left with the code -> CSP gateway sits in the middle -> web service sits on the right