Search

Clear filter
Article
Oliver Wilms · Sep 16, 2022

Background story around interoperability-soap

pods that route incoming web traffic to compute pods where the Interoperability production is running. Recently we had trouble while testing a SOAP interface. It’s a Generic SOAP
Question
Dmitrii Baranov · Dec 1, 2024

SOAP Client - NTLM authentication

I'm trying to call a SOAP web service which is implemented in .NET Classic and requires NTLM authentication. The client class was generated by `%SOAP.WSDL.Reader`. The problem
Question
Youness ARRAF · Jun 22, 2020

CORS ORIGIN ERROR: Consumer an Soap services from xmlHttpRequest

Hi, call my web service (%SOAP from caché 2012 v) from XmlHttpRequest client generate cors policy error, Any one help me how i can allow origin in headers requeste. Thank
Question
Ralf von der Reith · May 12, 2020

Error #6454: when trying to setup/connect to ensemble SOAP Service with SSL/Username Policy

matches 05/12/2020 16:11:10 ********************* Output from Web service with SOAP action = "" <?xml version='1.0' encoding='UTF-8' standalone='no' ?> <SOAP-ENV:Envelope
Question
Don Rozwick · Feb 3, 2017

Ensemble 2014.1.5 - Soap Business Service -ERROR <Ens>ErrBusinessDispatchNameNotRegistered: Business dispatch name 'EnsLib.SOAP.GenericService'

is my web app setup in security: Here is the Business Service configuration from the Production class <Item Name="Weather" Category="" ClassName="EnsLib.SOAP.GenericService
Question
Gery Gerena · Dec 11, 2016

How to secure a WS user

, or to the individual SOAP Service. You would configure this in the CSP Application if you had a set of pages/Web Services, and you wanted to control access to them by the same resource
Article
Lorenzo Scalese · Dec 7, 2022

Génération de client SOAP et REST

pour un client web service, mais également les business services et business operations si vous souhaitez le consommer avec le framework d'interopérabilité. Indiquez simplement
Question
Kurro Lopez · Jun 24, 2019

Create a Pass-through SOAP WebService

Hi all,I'm triying to create a SOAP Pass-through acording to Configuring Pass-through Business Services instructions, but I'm not able to run it I'm using the following
Question
Dénes Paczolay · Dec 17, 2018

Adding fault to a wsdl

;/operation> </binding>Thanks,Dénes Hi Robert,Thanks for your answer.I generated a new SOAP service with the wizard (Caché Studio, File/New... General/Web Service
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
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. Do you know how to handle
Question
Anil Mathew · Sep 12, 2017

Suppress xsi:type in SOAP Client

I have an xml file that it send over a SOAP client. The following is the soap log. How do I get rid of the namespace "s0:" from the SOAP Body <?xml version="1.0" encoding
Question
Will · Jun 18, 2024

Looking for examples of creating RESTful JSON web service as "Business service" and converting the JSON data received to a HL-7 message in a Transformation.

HI, I'm migration an existing integration to InterSystems. The upstream (external) system calls a JSON web service hosted in the interface engine, which converts the JSON data
Question
Orlando Lagman · Jan 16, 2020

debugging web client

I used the soap wizard to create a web client based on the wsdl. I was able to get a valid response back, and now it looks like the error is in decrypting the soap message
Question
Vivek Ranjan · Apr 13, 2018

Creating Manually Soap Request as string

,proxy.%RequestName,0,0,"","",.stream) To make it more clear, I've a REST service which takes 'SOAP Request' in it's body and forward the request to SOAP endpoint. Now I have