Search

Clear filter
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
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
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
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
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
Question
Florian Lestienne · Apr 23, 2021

Keep session Cookie in SOAP

Hello, I have a question about a problem calling a SOAP Web Service. Indeed, to retrieve data via a Web Service, I need to make 4 calls, one to connect, one to place parameters
Question
Token Ibragimov · Jun 28, 2019

Send soap request

is missing tag <string xsi:type="s:string">TESTKZ</string><?xml version="1.0" encoding="UTF-8" ?><SOAP-ENV:Envelope xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap
Question
Ryan Hulslander · Mar 23, 2017

Sending a SOAP header object with the request object?

Method for each web method of your SOAP service.You need to edit the default generated versions of these methods the wizard gives you, in order to add your SOAP Header.You can access
Question
Stefan Cronje · Mar 18, 2017

Password change on inbound web-services

We are planning to use Caché users on a SOAP web-service, so the WS-security tokens will be used.It will be username and password only for now.The passwords should expire
Question
Jase Pribble · Apr 27, 2023

What type of inbound connection send an ACK back by default?

I know that a TCP connection sends back an ACK, but what about REST, SOAP, HTTP, etc..? Web services normally use an HTTP status code; for example, an ACK would be 200 OK for REST