Search

Clear filter
Question
Thembelani Mlalazi · Sep 25, 2019

Soap Service How to pass a Stream Response

For the consumer of your web service this will appear as a string in the WSDL.Method SomeMethodName(FacilityID As %String) As %GlobalCharacterStream [ WebMethod ]{ // where the response
Question
Jenna Makin · Jan 31, 2017

Configuring IIS Web Server to Serve RESTful Web Services

Chrome to access a working restful web service it is timing out with no response.Im thinking that perhaps the problem is that when you are accessing a RESTful web service you are not
Question
Mohan Sujay · Nov 7, 2016

web service

It is a soap web service with xml input and xml output. It works fine in all the browser. Hi,without wsdl how can i access a php web service?
Question
Yi Zhong · Nov 12, 2020

The return message structure of the SOAP service

lt;/input> <output> <soap:body use="literal"/> </output> </operation> </binding> <service
Question
prashanth ponugoti · Nov 25, 2022

WSDL SOAP service is creating web sessions leads to server down

Hi Friends, I have created and exposed a web service for the given WSDL. daily 500+ requests are processed via this SOAP service in live.
Question
George Hodder · Jul 17, 2017

Connecting to a web service

Hi,I am new to coding web services and trying to connect to an API that returns its format in xml or json.I have a class as follows.. when I run I get back a 6059 in my status - Unable
Question
Michael Lundberg · Sep 1, 2021

Change Content-Type in webservice call

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 / html; charset
Question
Stella Ticker · May 12, 2023

Serializing Collections in SOAP request of SOAP EnsLib Service

Has anyone had success with passing in a collections property within a SOAP request to a Soap Service in Ensemble? Please reply with how you set up that collections property.
Question
Colin Brough · Oct 17, 2023

Debugging a SOAP web-client

Pointers please for debugging a SOAP web-client. We have several clients in different productions all accessing a web-service.
Question
Sabarinathan M · Oct 4, 2017

Soap Web service license consumption - Ensemble version 2016.1.1.107.0

Hi All, I need some clarification on web service (Soap Service).
Article
Steve Pisani · Mar 13, 2024

OpenTelemetry Traces from IRIS implemented SOAP Web Services

as the SOAP Web Services server endpoint.
Question
Nicky Zhu · Mar 17, 2021

How to generate SOAP client when there are '/' characters in WSDL type definition

Hi guys, We are connecting to a 3rd party SOAP web service. The wsdl looks like below Please notice that the portType was defined as /cvpService.
Question
Bernard Buhagiar · Jun 28, 2019

Internal Web Service

We use SOAP web service with public methods and have many instances of these classes, all work fine.
Question
VIACHESLAV PANCHENKO · Feb 22, 2019

Default page for CSP Web application

Have any idea for add default page to web application in csp menu&? For what situation(s) should a user go to this page? For login? After login?
Question
Mike Kadow · Mar 21, 2016

Web Service & Client Service confusion

Common types of web services are SOAP web services and RESTful web services. They usually provide some very specific function.