Search

Clear filter
Article
Patrick Jamieson · Jul 19

Optimizing Performance of Apache Web Server and Web Gateway

Tune Web Gateway Settings Max Server Connections: 8000 Server Response Timeout: 900 No Activity Timeout: 86401 Restart Apache after changes: sudo service apache2 restart
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
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
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
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
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
Ricardo Paiva · Jul 13, 2016

Overriding soap body

We can override soap body by using WriteSOAPBodyMethod.
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
Bapu Hirave · Nov 14, 2016

Soap Response performance

I have a soap webservice extended from %SOAP.WebService classLets say i have web method and have return type of following classes (either one of them)Class ReturnTypeA{ Property SelectedDoses
Question
Ilmija Asani · Feb 18, 2020

Create a SOAP Envelope

Typically when you are sending SOAP requests from an InterSystems product, you would get a WSDL from the SOAP service endpoint and use our SOAP Wizard to generate client classes.
Question
Guillaume Rongier · Dec 2, 2020

SOAP DataSet with DiffGrams

Hi everyone, I need to call a SOAP service using IRIS Interoperability and this SOAP service returns a Microsoft DataSet with a DiffGrams payload.