Search

Clear filter
Article
Luis Angel Pérez Ramos · May 25, 2023

Installing Apache Server and HealthShare HealthConnect on Ubuntu Linux

by the Web Gateway installation: This configuration is redirecting all calls received by port 80 (the port Apache Server listens on by default) with the /csp route to our Web
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
Article
Istvan Hahn · Oct 12, 2016

RESTful API

as WSDL for SOAP Web Services. Pity. Is not it?Never mind. Anyhow, first we need to understand what an API is documenting.What an API is made of?What are the core attributes
Article
Alessandra Carena · Feb 4

Generation of OpenAPI Specifications

of RESTful web services in a standardized way. Therefore, an OpenAPI document represents a formal description of the API, useful both for developers who need to use it and for tools
Question
Chris Paraskiv · Mar 20, 2017

AWS API calls

v4 signing for the authorisation header, I just removed this from the list to sign (while still passing it in the actual HTTP request) so I could retain the default charset
Article
Mihoko Iijima · Feb 23, 2024

Using an Azure bot to access IRIS

information about the endpoint to the service. Bot knows the endpoint. (4) The service asks the user's request to the endpoint. The endpoint is a web application
Question
david clifte · Oct 31, 2016

Grant Permission for WSDL

not be presented when trying to view the WSDL.Best, Patrick Hello David,Yes this is the correct location to view and edit a Web Application Definition. Are you able to view the Web Application Definition that your web service is associated with?Best,Patrick
Announcement
Anastasia Dyubaylo · Aug 28, 2020

New Video: Building Data-Driven Web Apps

Hi Community, Enjoy watching the new Global Summit 2019 video on InterSystems Developers YouTube Channel: ⏯ Building Data-Driven Web Apps It's easier than ever
Article
Sean Connelly · Aug 21, 2017

Handling images with Caché & JSON, and why 57 is a magic number

there are some negatives to doing this, such as data inflation, there are some positives to working with Base64 images inside the browser.Let's say you have an image placeholder on a web
Question
Eduard Lebedyuk · May 29, 2019

Send request to BP on production start

} /// This user callback method is called via initConfig() from %OnNew() or in the case of SOAP Services from OnPreSOAP() Method OnInit() As %Status { $$$TRACE("INIT") set sc = ..SendRequestAsync(...) quit sc }
Question
Token Ibragimov · Sep 6, 2018

parsing xml response

Hello!I'm sending http resuest to the web service :Set httpRequest=##class(%Net.HttpRequest).%New()Set httpRequest.Server="177.127.120.10"Set httpRequest.ContentType="text/xml
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
Jukka Pitkänen · May 4, 2021

Problem with ##class(%File).Exists -method and scandinavian characters

have a business service (EnsLib.EDI.XML.Service.FileService (charset=binary)) which reads XML-files from the server and transmits those to the business process. BP request class
Article
Jenna Poindexter · Nov 9, 2015

Simple USPS Address Normalization Example

The attached code package provides a simple implementation of a web service client that utilizes the USPS Shipping API to normalize an address.This code requires the developer
Question
Pierre LaFay · Aug 11, 2023

Add processing during login in a class extending %CSP.REST

Hi,For a REST application, when a user connects, I have to write a message in an application log.The login is processed by the /login routine by default. How can I add a process