Clear filter
Article
Oliver Wilms · Sep 16, 2022
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
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
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
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
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
, 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
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
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
;/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
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
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
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
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
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
,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