Search

Clear filter
Question
Timothy Leavitt · Apr 25, 2022

Serving .woff/.woff2 over CSP

for character files we use the default charset associated with the file device in InterSystems IRIS.
Question
Everardo Cunha · Apr 19, 2017

Variable number of arguments in web service method

The web service seems not to accept the variable parameter args...Any suggestions?
Question
p rd · Mar 26, 2018

Web service how to return json data

I just don't know why returning JSON in a web service is invalid.
Question
Yone Moreno · Mar 16, 2020

invalid HTTP version, using SoapUI to send a HL7 message as XML

Hello, We have a Service which behaves differently even though two equal Soap UI XML requests are being sent, from different systems.
Question
Nicki Vallentgoed · Oct 11, 2022

Custom SOAP fault

I am creating a soap service according to a wsdl that the client has already coded against.In their operation they have a fault element Exception: <operation name="query">
Question
Ricardo Paiva · Jul 13, 2016

Overriding soap body

We can override soap body by using WriteSOAPBodyMethod.
Question
Tom Philippi · May 18, 2017

ERROR #5002: Cache error in Ensemble Soap Service

Odd thing is that I allready have a functioning business service running as a soap service, but we needed another, but that one returns an error: <SOAP-ENV:Envelope xmlns:SOAP-ENV
Question
Hao Ma · Sep 1, 2023

how to use http authentication with IRIS SOAP service ?

When secure SOAP service from Web Application setting, by select "password" for "Allowed Authentication Methods", it expected WSS, username and password in SOAP head.
Question
prashanth ponugoti · Jan 11, 2022

SOAP BUSINESS Service giving security exception in ensemble

Just I have created cls to act as soap service and created business service using that cls. Regardless of whether you created it, there must be one for your SOAP service.
Question
Yone Moreno · Jun 3, 2022

SOAP Service: Managing ER7 returns HTTP 500

We observe part of the SOAP service's code: Class Servicios.SOAP.DragoAPtoVNAv01r00 Extends (EnsLib.SOAP.Service, ITB.HL7.BS.XMLService) [ ProcedureBlock ] { ...
Question
Abdul Majeed · Jul 23, 2024

Issue with SOAP Service After Enabling Basic Authentication

To set up basic authentication, I created web applications for the SOAP service, checked the password option, and assigned a user to this web application.
Question
Yone Moreno · Feb 1, 2024

SOAP Services: how HTTP status code are handled?

We have the following doubt: how HTTP status is being replied from a SOAP Service to the Outbund System?
Question
Güvenal · Nov 21, 2017

Custom SOAP header

<SOAP-ENV:Header><urn:LogicalAddress xmlns="urn:registry:1" xmlns:hdr="urn:registry:1"></urn:LogicalAddress></SOAP-ENV:Header>But how do I set a value within
Question
Token Ibragimov · Jun 28, 2019

Send soap request

This is the default for collection properties."ELEMENT"Each item in the collection is projected as an element, without being wrapped in the parent property.
Question
Amir Samary · May 10, 2017

Managing UTF-8 characters on the database with a REST application

By default (0) we do not modify these and receive them/// as a binary stream which may need to be converted manually later.