Search

Clear filter
Question
Stephan Gertsobbe · May 5, 2020

Implementing a Service Provider to consume and fullfill service requests with a shibboleth environment

I'm wondering if anybody has done an implementation of the https://www.shibboleth.net/products/service-provider/ interface in Caché / IRIS to have a application running in Caché
Question
Pavithra Rajamohan · Sep 7, 2021

How to change the encoding type of an entire HL7 Message?

charachters but we would like to change the entire HL7 message encoding. Thanks! Have you looked at the Default Char Encoding setting of the various HL7 operations?
Question
Nezla · Nov 30, 2023

Production allowed ports

I guess you have a business service using a SOAP inbound adapter or an HTTP inbound adapter and using a local port instead of the web server (Standard request is not enabled
Announcement
Anastasia Dyubaylo · Aug 7, 2019

New Coding Talk: Informative and Fast WEB API VIA ObjectScript and Ensemble/HealthShare

ObjectScript This time, we are going to add a flavor Ensemble/Healthshare, to be informative and fast. Web API can be REST or SOAP. In this session, we will take an example of SOAP
Article
Claudio Devecchi · Nov 26, 2020

How to quickly publish Restful APIs in OAS 3.0 using the IRIS ApiPub tool

rules** (Web Methods), abstracting and automating other aspects related to service **documentation, exposure, execution and monitoring**. ![](/sites/default/files/inline/images
Question
Kurro Lopez · Sep 23, 2021

Unexpected ContenType when call a WS Soap

Hi community, I have a SOAP Client class that connect to a WS Service. This structure and configuration is the same for some providers that are integrated with my solution. If I
Article
Mihoko Iijima · Mar 5, 2021

[InterSystems IRIS for the First Time] Interoperability: What a Production

the following content. * Production * Message * Components * Business Services * Business Processes * Business Operations Production is a definition used to specify
Question
Kurro Lopez · Jan 25, 2017

DT doesn't allow accents and spanish character

, it will look correct.When using the 'test' button to test a DTL, it will always try to use the encoding defined in MSH:18 to read the message.When using a business service to read
Question
Yone Moreno · Oct 11, 2019

Bussines Process ends abnormally

know the following XML format works: <?xml version="1.0" encoding="UTF-8" ?> <SOAP-ENV:Envelope xmlns:SOAP-ENV='http://schemas.xmlsoap.org/soap/envelope/' xmlns:xsi
Question
Ting Wang · Jul 2, 2019

Service registry is missing in the namespace

Hello community,I have a very weird situation that in the name space, when I choose the soap service for a component from Basic Settings->ServiceName dropdown menu, the service
Question
Mohana priya · Dec 30, 2019

Server Application Error - 6227

is generated by the AccountWS.Service.Notification Web Service class./// This class should not be edited or modified in any way.Class AccountWS.Service.Notification.notifications
Article
Kurro Lopez · Jul 30, 2021

Add a Web application by code

be registered via code. /// Register a web application. It configure only services that doesn't need special access. /// <ul> /// <li><var>pNameSpace</var> Name
Question
Eike Scudellari Franco · Apr 1, 2021

How i can call a BS through a BO that are in another namespace

terms). In general, the following concepts should be noted when working with REST. When you create a Namespace Definition, unless you specify otherwise, a default Web Application
Question
Peter Hodgkin · Oct 26, 2021

Windows Reserved Word in URL used in Business Operation

identifier is CON.SURNAME) of a person and I am trying to read the employee record using a web service provided by the payroll system. Is there a way I can get around this, some
Question
Edoeard Kroetkov · Jan 23, 2023

view diacritics in REST service

, it appears that the business service (EnsLib.REST.Service) hardcodes a %GlobalBinaryStream response stream, which will output the bytes as they are. As a workaround you could convert (encode) the stream to UTF-8 yourself before sending it.