Search

Clear filter
Question
Mike Todd · Oct 21, 2016

how configure Ensemble web service to use HTTP Basic authenication

Hello, trying to figure out how to configure an Ensemble web service to use HTTP Basic authentication. I have a web service client that will not be able to send SOAP headers. I
Question
Basem Yousef · Jul 19, 2019

Can a non-Ensemble web service PULLs messages from Ensemble?

Greetings,We need to communicate with a vendor through web services in a way that those web services pull the queued messages from Ensemble instead of Ensemble pushing messages
Question
Scott Roth · Jan 29, 2024

Service Unavailable when Authenticating through Apache/Web Gateway and LDAP

Lately my group has been seeing issues when signing in through the Management Portal or VS Code we are getting "Service Unavailable" errors returned to us. We recently migrated
Question
Emil Odobasic · Oct 10, 2023

Question how to get JSON-response back to web-service/client

Hello everyone!I have manually created a REST-service that receives incoming HTTP-GET calls together with an URL-map. As shown below: XData UrlMap [ XMLNamespace = "https
Question
Duncan Priest · Sep 13, 2016

EnsLib.HL7.Service.SOAPService

Hi allI was just in the process of implementing a custom SOAP web service to receive a message with an embedded base64 encoded HL7 message when I noticed the above-mentioned OOTB
Question
Robert Wang · Jan 10, 2023

SOAP business service is not functioning correctly with session enabled and customized business dispatch name

is undefined" logged. Greetings, When using the EnsLib.SOAP.InboundAdapter to provide the SOAP service on a dedicated TCP port one is bypassing the Web Gateway and hence %session
Question
prashanth ponugoti · Jan 20, 2022

How to expose business service as soap endpoint to outside production for public access with out authentication

Production exposed SOAP service with out authentication. Hi Prashanth, You need to create another web application with Authentication Method equal unauthenticated. Default web
Question
p rd · May 19, 2018

Web services receives text data, data error

I use the InterSystems cache to implement a web services program. I receive the data sent by the other person. However, I receive the wrong text (the normal text is the question
Question
Sitthisak Sutim · Feb 14, 2023

SOAP - How to create soap and call my StoredProc function from external website?

? To create a SOAP service refer to this documentation Creating SOAP Web Services in IRIS. Within your Method you should be able to call a StoredProc and convert the output to the one
Question
Arya S · Jan 5, 2018

UPS - SOAP WebServices Not Working

parameters are missing.The XML document is well formed but the document is not valid Google implies that your request is not complete.Generally, when debugging web services you should
Article
Tani Frankel · Mar 18, 2021

VSCode Tips & Tricks - SOAP Wizard

a WSDL-based SOAP Web Service client (and Business Operation), or service). If you work with Web Services you most probably used the SOAP Wizard in Studio. You would open it via
Question
David Morgenstern · Mar 5, 2019

Soap Action mismatch error

I have a cache client trying to call a web service using SOAP version 1.2. We receive a SOAP error with the following text:COD>w ##class(DBMS.Tools).DecomposeError
Question
Bradley Collins · Nov 26, 2024

HL7 Encoding issue

is set to "Native" and the Default Char Encoding to latin 1. I am seeing the following error: ERROR <Ens>ErrGeneral: Incorrect Character Encoding/Translation Table used for file
Question
Steven LeBlanc · Apr 25, 2017

Should calls to a third-party web service go through ESB (Ensemble)?

I'm asking this best-practices question on behalf of a customer.They have a Caché-based application, and an Ensemble production deployed in front as an ESB to provide web service
Question
Evgeny Shvarov · Dec 26, 2019

How to Make One Docker Container See The Web Service of Another One?

up a network between containers somehow. E.g. using docker-compose. But is there any simpler way? The best solution would be to use docker-compose.yml version: '3.7' services