Search

Clear filter
Question
Kristina Roberts · Sep 16, 2019

Adding a new field to a web service API call

Currently one of our applications, coded in Cache, performs web service API calls out to one of our vendors. We now need to be able to send a Client ID in the portion
Article
Timothy Leavitt · Mar 9, 2016

Example: Connecting to a Caché web service from PHP

There have been a few use cases recently within InterSystems where we've needed to connect to Caché-based web services from PHP. The first of these was actually the Developer
Question
Adam Skurek · Jun 13, 2018

Ensemble Web Service - accept HTTP Basic authentication

Hi guys,is there any way to configure Ensemle Web Service ( EnsLib.SOAP.Service ) to accept HTTP Basic authentication instead of SOAP security headers?Thanks. I do not know
Question
Punit Shah · Apr 14, 2023

Simple example of SOAP service to transfer files between systems

I'm trying to create a SOAP service between two systems (one client and one server) to transfer files from the client to the server. I'm reading through the documentation
Question
Hansel Rudy Stange Gaete · Dec 20, 2017

Business Operation SOAP WebClient

setting. I get the trace, mi web service is generated only with ( %RegisteredObject, %XML.Adaptor) Objects, this generate some problem for wizard on ensemble machine, changing
Question
Scott Roth · Jun 11

Base64Encode adding to SOAP Request

(source.RawContent) set encodedMessage=$Get(a) to take the HL7 message encode it and add it to the Data Class as a string to be sent to an Operation to be sent out as a SOAP
Question
Ishan Srivastava · Jul 9, 2021

How to use default csp.login page for a web application developed on angular js

I have a small web application developed on angular js hosted on IRIS using web application option from management portal. I am looking out for a login page which can simply use
Question
Malcolm Needham · Jan 17, 2018

%SOAP PROTECT error

Hello all, I created a web service and I am trying to access it using SoapUI but I get this error:<text>ERROR #5002: Cache error: &lt;PROTECT>zGetMsgClass+3
Article
Lorenzo Scalese · Feb 14, 2023

Generate client SOAP and REST

a SOAP client. All you need is the WSDL. A wizard is available from the IRIS Studio. It allows you to generate not only your classes for a web service client but also the “Business
Question
Rich Taylor · Jan 30, 2017

SOAP and Delegated Authentication

Hopefully this is a simple questions to respond to. Can you do Delegated Authentication for SOAP web service calls. I ask as I am not seeing this work as expected. I have
Question
Yone Moreno · Dec 1, 2022

How could we get Authorization Bearer from a SOAP Service

/post/unexpected-contentype-when-call-ws-soap https://docs.intersystems.com/irisforhealthlatest/csp/documatic/%25CSP.Documatic.cls?&LIBRARY=ENSLIB&CLASSNAME=EnsLib.SOAP.InboundAdapter Hi @Yone.Moreno Good read: Using Oauth2 with SOAP (Web)Services
Question
Scott Roth · Nov 30, 2018

Seeking Clarification between REST Web Service and a API call

I am trying to explore some new possibilities outside of the normal day to day HL7 interfacing we do. I have only done 1 other Web Service interface but it was using a SOAP proxy
Question
David Sterngast · Nov 1, 2019

How to add HTTPS to existing web service that uses HTTP.

Hello! I have basic web services application that java clients connect to the cache web services. Using the browser, the user enters in the following url. http://localhost
Question
Mike Dawson · Oct 11, 2017

How to create a web service that receives a stream data type

Hi Community, Has anyone ever set up a web service that takes a stream data type as an argument? The client will be dotNet. This is the error I see:- <SOAP-ENV:Fault>
Question
Edward Lautzenhiser · Feb 21, 2019

Enabling SOAP Client and Server

;ERROR #7900: Service 'SOAP' not enabled for application '/csp/healthshare/hspc/'</text></error> I'm following this guide to creating a service, and I've done