Search

Clear filter
Question
Norman W. Freeman · Dec 24, 2020

Is there a way to automatically remove some specific characters from the response of a web service ?

I have implemented a web service that inherit from %SOAP.WebService It exposes classes with string properties : Class Employee Extends (%RegisteredObject, %XML.Adaptor
Question
Steven LeBlanc · Apr 25, 2017

Should calls to a third-party web service go through ESB (Ensemble)?

I'm asking this best-practices question on behalf of a customer.They have a Caché-based application, and an Ensemble production deployed in front as an ESB to provide web service
Question
Elena Kretova · Mar 1, 2018

WebMethods not sending ACK/FINISH to IIS Web Services calls

We've repeated this one in Test, so I like making this inquiry - not that I comprehend it or anything. ;- ) WebMethods is interfacing with an IIS Web Service (I'm the IIS fellow
Question
Vineeth Jagannathan · Oct 30, 2017

Does any one have idea to send xml using soap webservice.

the SOAP Wizard to create a business operation for you based on your WSDL and use it without changesUse the SOAP Wizard to only create the proxy to the web service and create your own
Question
Steve Pisani · Dec 15, 2015

SOAPSESSION=1 effect on licensing

soap header identifying the same SOAP Session, send simulateously to the web service). I have tested this. I sent two SOAP-Session enabled web service requests to the same web
Question
Token Ibragimov · Jun 9, 2017

how add header to request

hello!how I can add to my request header? if i'm using web service. s ws =##class(Data.SOAP.Base.Ws.ServiceSoap).%New() s resp=##class(%XML.DataSet).%New() s resp
Question
Safeena M · May 30, 2017

Web Method Invocation by Cache Class

Hi, I want to know how exactly,do we invoke the SOAP Web Methods(Methods in the SOAP Web-service which has been created in the Studio) by Cache Class. THANKS, Safeena.M
Question
Yone Moreno · May 22, 2023

Unlocking the Secrets: How to Extract and Send SAML Assertion in SOAP Web Services for Seamless Integration

and/or documentation to address this doubt. We would need a way to get inside a SOAP Web Service the SAML Assertion, and then, send it directly to the endpoint throught a SOAP Operation
Question
heng a · Aug 7, 2018

About the synchronous encoding of Atelier

that this action (changing NLS defaults) can be disruptive to existing Cache applications. That's right, this is the correct solution, sincerely thank you for your help!wish you a happy life~ Open Atelier project Properties and check encoding there. Set to UTF8 if it's not.
Question
Benoit Nyssen · Dec 5, 2016

WebService SOAP : error import wsdl

does the WSDL generated by your SOAP service look like?Best,Marc I would suggest that you have authorization in your web-application, and SoapUI fails to load it because
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