Search

Clear filter
Question
Padmaja Konduru · Jul 4, 2023

SOAP Outbound Operation

I want to get SOAP Location details dynamically from Management portal using Property value? Is there any idea to get it? Any example please? I have tried using default Settings
Question
Thomas Noitz · Jul 30, 2018

SOAP-Services with Caché OS - ignore order of elements

with XML where the same field appears multiple times and is distinguished by the order.So I would prefer to check if XML of given SOAP request comply to WSDL of your web service and change it if not.
Question
Kurro Lopez · Mar 10, 2021

SOAP Error CONTENT-TYPE response text/html instead of text/xml

://community.intersystems.com/post/example-connecting-cach%C3%A9-web-service-php has an example of the expected headers, though in PHP (likely not your language of choice here). Check this article
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
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
Question
Scott Roth · Jun 13

Decoding/Routing the Encoded HL7 Response from SOAP Request

I have an application that is requires an Encoded HL7 message sent over SOAP over HTTPS using SSL/TLS... the Response that is return is also encoded, which I know how to Decode
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
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
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
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
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