Search

Clear filter
Question
Humza Arshad · May 5, 2023

Can I connect InterSystems to third party app

I'm working with a client who has InterSystems in his hospital to the management of patients and nurses. Now he want to develop a web app which can schedule nurse sift
Question
Ryan Hulslander · May 21

How to override the port used on a SOAP operation

. I see with a normal web operation that uses %Net.HttpRequest overriding the port property is easily done - but no animal seems to exist for any generated SOAP Operation class
Article
Yuri Marx · Dec 27, 2020

Secure IRIS Digital Services

The InterSystems IRIS has two major paths to a digital service: API/Web Service into Interoperability module and multimodel Database/Analytics. Each of them has your security
Question
Santosh Pai · Oct 1, 2017

Convert HL7 to XML

embed into their web service call. There are these two XML encoding versions: EnsLib.HL7.Util.FormatSimpleXMLv2 - provided by Ensemble (example you have already on this post
Article
Zhong Li · Sep 25, 2017

HealthConnect (Ensemble) Integration with PKB Service

) service.PKB service is a patient centric information service. It has a set of well defined API interfaces (documentation here) based on HL7 V2 over HTTP/SOAP, REST and FHIR
Question
Renee Cannon · Jul 20, 2016

State-Aware Mode (Preserve Mode 1) and process variables

I am building a SOAP service using Caché 2016.1. If I set %session.Preserve=1 in OnPreWebMethod and I set a variable in my service method, why don't I see the variable in the CSP
Question
Marco den Hartog · Jan 6, 2017

NTLM authorization via Ensemble

communication. Can you please share your solution? Thanks! You can use the WSDL of NTLM based SOAP Service, and use SOAP Wizard to create the web service client.http://docs.intersystems.com
Question
Scott Roth · Jun 29, 2023

REST/SOAP calls from a Function question

Epic has a bunch of API Soap calls that I have used in the past by directing the request/responses through a Business Process to retrieve information. I want to make it easier
Question
MohanaPriya Vijayan · Jun 9, 2020

Cache Object Script AS2 EDI File Transfer

to use Ensemble) 2) Build SOAP-based or REST-based Web Service that can receive http requests with attachments. If you can do all of the authentication on the Web Server, this Web
Article
Ward De Backer · Jun 23, 2016

Returning custom responses from Web Services and REST services using Node.js and EWD 3

As Rob explained in an earlier post, Caché's Node.js interface allows you to create Web Services and REST Services using the very modular EWD 3 framework. These services
Question
Don Rozwick · Mar 20, 2017

How to pass SOAP response back to Sender

I have an XML I am sending to an operation from a BPL. This is a query for Patient information from Epic using a web service. I created the operation using the add-in in Studio
Question
Arun Madhan · Oct 29, 2018

Setting up EnsLib.ITK.AdapterKit.Operation.SOAPOperation to communicate to ITK endpoint

the EnsLib.ITK.AdapterKit.Operation.SOAPOperation to interface with an ITK service, but it is proving to be more complex than originally expected to set up the web client against that particular end-point since I haven't been

#Web Gateway

81 Posts0 Followers
Question
Murali krishnan · Apr 13, 2017

Calling Java program from intersystems cache IDE

/latest/csp/docbook/DocBook.UI.Page.cls?KEY=GBJJ3. Consume a web service using the Cache soap wizard...https://docs.intersystems.com/latest/csp/docbook/DocBook.UI.Page.cls?KEY
Question
Mohan Sujay · Oct 12, 2016

parsing xml to list of object issue

you are talking about web service, therefore I created simple Caché WebService classes: Class tv.party Extends (%RegisteredObject, %XML.Adaptor){Property to As list Of tv.to