Clear filter
Question
Jase Pribble · Apr 27, 2023
I know that a TCP connection sends back an ACK, but what about REST, SOAP, HTTP, etc..? Web services normally use an HTTP status code; for example, an ACK would be 200 OK for REST
Question
Safeena M · Jun 5, 2017
Hi,
In SOAP Wizard, whatever WSDL I pass, I m getting the following error in the SOAP Response. Even If I create my own SOAP Web-Service and pass its WSDL, I am getting
Question
Basem Yousef · Jul 19, 2019
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
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
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
Production exposed SOAP service with out authentication. Hi Prashanth,
You need to create another web application with Authentication Method equal unauthenticated.
Default web
Question
Sitthisak Sutim · Feb 14, 2023
?
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
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
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
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
Hansel Rudy Stange Gaete · Dec 20, 2017
setting. I get the trace, mi web service is generated only with ( %RegisteredObject, %XML.Adaptor) Objects, this generate some problem for wizard on ensemble machine, changing
Question
Neil Thaiss · Mar 28, 2023
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
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
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
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