Search

Clear filter
Question
Yone Moreno Jimenez · Feb 1, 2024

SOAP Services: how HTTP status code are handled?

Hello, First of all thanks for your time, and thanks for your help. We have the following doubt: how HTTP status is being replied from a SOAP Service to the Outbund System
Question
Milena Donato · Aug 8, 2018

Caché-Fehler: CLASS DOES NOT EXIST *(No name

Hi everyone I encountered this error while trying to access a web service (I send a test message with soap ui): FEHLER #5002: Caché-Fehler: <CLASS DOES NOT EXIST> {my
Question
Murali krishnan · May 10, 2017

Security handling of Intersystems

. If by the 'Web Services testing part' you mean a page like this:http://localhost:57772/csp/samples/SOAP.Demo.clsThat doesn't even use SOAP, it uses an HTML form submission to run
Article
Mihoko Iijima · Mar 5, 2021

[InterSystems IRIS for the First Time] Interoperability: Creating Components (Business Services)

) 2. [Business services for Web services using the SOAP inbound adapter](#soapinboundadapter)(Start.WS.WebServiceBS) 3. [Business service called by stored procedure or REST
Question
Leon Stokes · May 13, 2019

From Cache how to Retrieve and Use/Reuse a Bearer Token to authenticate and send data to REST web service?

Need a sample of using %Net.HttpRequest and %NetHttpResponse from Cache to retrieve and then use/reuse a bearer token to send json data to a REST web service. Thanks for your
Question
Warren Oyco · Jul 27, 2021

How To Pass Custom Class

on HSPI.Server.APIWebService. The issue seems to be this: InterSystems relies on SOAP almost exclusively for its internal Web Service calls. There is a lot of stuff that needs
Question
Yone Moreno · Oct 11, 2019

Import a WSDL to generate SOAP Operations

I have the following message when I try to import a WSDL to generate a SOAP service: ERROR #5319: The type of a property of a class series cannot be recurring
Question
Oscar Muñoz · Apr 15, 2021

Access permissions to WS service

the web service method from the terminal and got an "expected entity name for reference while processing Anonymous Stream" error. According to the Troubleshooting Caché SOAP Problems
Question
prashanth ponugoti · Feb 16, 2023

How to send json from on-premises outbound (operation) to cloud business service with out using REST service?

other ways with out using WEB Service (soap or rest) solution? Thanks, Prashanth Hi, You could build your own Business Operation and Business Service that is based
Question
Yone Moreno · Sep 24, 2021

Add parameter "name" inside "Content-Type" header when we send a MTOM attachment using a SOAP request

= "FicheroVacuService"; Parameter SOAPVERSION = 1.1; /// This is the SOAP version supported by the service. Parameter MTOMREQUIRED = 1; Method cargarFichero(fichero
Question
Michael Wood · Jul 11, 2017

Alerts via API / Web Services

Does anyone send alerts via API / Web Services to an application such at Tivoli or CA Spectrum? If so, can you share what commands you send? e.g. If connection is down or queue
Discussion
Eduard Lebedyuk · Nov 17, 2021

Code Golf - Encoder

We need to send some coordinates to a spaceship through a laser beam. To do that we have to encode it, and beam it out into space. Your mission is to implement the encoder
Question
Simon Barker · Aug 4, 2020

Allow unorthorised access to a single REST service

Hi, I've added a REST service which worked fine on our test system but failed on the production environment because UnknownUser does not have %All set and I really don't want
Question
Duncan Priest · Sep 5, 2018

XMLIGNORENULL equivalent for object valued properties

request?Thanks in advance for any guidance Well, months later I stumbled across the answer myself after needing to recreate the web services from modified WSDL. It seems
Question
prashanth ponugoti · Jan 10, 2022

How to develop SOAP webservice from WSDL

need to implement same SOAP service in ensemble as consumers should not see any difference except endpoint url. Here we need to develop SOAP service form existing WSDL, which