Search

Clear filter
Question
Michael Lundberg · Sep 1, 2021

Change Content-Type in webservice call

Hello! I call a Java-based web service from HC and get an error message back: "ERROR # 6243: HTTP request to SOAP WebService returned response with unexpected CONTENT-TYPE: text
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
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
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
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
Neil Thaiss · Mar 28, 2023

Help with SOAP Security and WS-Policy

Hi, I know little about SOAP security and am trying to apply a WS-Policy to a simple HL7 web service, but when I do I get object script errors. The most latest one being
Question
Tom Philippi · Apr 18, 2017

How to set up SSL/TLS for web application?

configuration. However, it is not clear to me how I apply this SSL / TLS configurtion to the soap service I am running. I would expect something under Security -> Applications -> Web
Question
Thembelani Mlalazi · Sep 23, 2019

How to return Stream a Soap response

I am trying to return a stream soap response using web services I can call my web service supply it with a xml string which works fine . I then work on that XML and try to return
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