Learning
Documentation
Community
Open Exchange
Global Masters
Certification
Partner Directory
Ideas Portal
Developer Community
Posts
InterSystems Official
Articles
Questions
Announcements
Discussions
Tags
Events
Tech Article Contest
Programming Contest
InterSystems Ideas Contest
Event Calendar
Products
InterSystems IRIS
InterSystems IRIS for Health
HealthShare
TrakCare
Caché
Ensemble
InterSystems Analytics (DeepSee)
InterSystems Text Analytics (iKnow)
Jobs
Job Opportunity
Job Wanted
Members
About
About Us
FAQ
Feedback
Report an Issue
Share an Idea
Code of Conduct
Contact Us
EN
New post
Language
EN
|
ES
PT
JP
CN
FR
EN
New post
Search
All
Top posts
Latest posts
Tags
Type of post
Announcement
Article
Question
Discussion
Search by user posts
Tags
Caché
Developer Community Official
Documentation
Ensemble
Global Masters
Health Connect
HealthShare
InterSystems Ideas Portal
InterSystems IntelliCare
InterSystems IRIS
InterSystems IRIS BI (DeepSee)
InterSystems IRIS for Health
InterSystems Natural Language Processing (NLP, iKnow)
InterSystems Official
InterSystems Reports (Logi)
IRIS contest
Job Opportunity
Job Wanted
Learning Portal
Open Exchange
Other
Partner Directory
Resource Library
Summit
Supply Chain Orchestrator
TrakCare
.NET
Access control
Adaptive Analytics
Alerts
Analytics
Analyzer
Angular
Angular2
API
Apple macOS
Application Server
Artificial Intelligence (AI)
Authentication
AWS
Azure
Backup
Beginner
Best Practices
Big Data
Business Operation
Business Process (BPL)
Business Rules
Business Service
C++
Callout
CaretDev
CCR
Certification
Change Management
ChatGPT
Cloud
Code Golf
Code Snippet
Coding Guidelines
Columnar Storage
Compatibility
Compiler
Containerization
Contest
Continuous Delivery
Continuous Integration
Convergent Analytics
CSP
CSS
CSV
Cubes
Dashboards
Databases
Database Transaction Processing
Data Import and Export
Data Model
DC Feedback
Debugging
Deployment
Developer Community FAQ
Development Environment
DevOps
Digest
Distributed Data Management
Docker
Document Data Model (NoSQL)
DTL
Early Access Program (EAP)
Eclipse
ECP
Embedded Git
Embedded Python
Encryption
Enterprise Message Bank
Error Handling
Events
Failover
FHIR
Field Tests
Framework
Frontend
FTP
Generative AI (GenAI)
George James Software
Git
GitHub
Globals
Global Summit 2016
Global Summit 2017
Global Summit 2018
Global Summit 2019
Global Summit 2022
Global Summit 2023
Global Summit 2024
Google Cloud Platform (GCP)
Graph
High Availability
HL7
HTML
iFind
Indexing
Innovatium
IntegratedML
integration-required
Interoperability
InterSystems API Manager (IAM)
InterSystems Business Solutions and Architectures
InterSystems Demo Games
InterSystems Package Manager (IPM)
IoT
isNewTech
ITvisors
J2 Interactive
Java
JavaScript
JDBC
Journaling
JSON
Key Question
Key Value
Kubernetes
Languages
Large Language Model (LLM)
LDAP
LEAD North, LLC
Listings
Localization
Machine Learning (ML)
Management Portal
Mapping
MDX
Meetup
Message Search
Microservices
Microsoft Windows
Microsoft Windows Server
Mirroring
Monitoring
Multi-model
MultiValue Basic
Namespace
Natural Language Processing
Node.js
OAuth2
Object Data Model
ObjectScript
ODBC
Open Source
OpenVMS
Perforce
Performance
PID^TOO||
Platforms
Podcast
Prompt Engineering
Python
React
READY 2025
Red Hat Enterprise Linux (RHEL)
Relational Tables
Release
REST API
Security
Sharding
SOAP
Source Control
SQL
SSL
Startup
Studio
SVN
Swagger
System Administration
System Alerting and Monitoring (SAM)
Terminal
Testing
Tips & Tricks
Tools
Tutorial
Ubuntu
UI Development
UIMA
Unstructured Data
Vector Search
Video
Virtual Summit 2020
Virtual Summit 2021
Visualization
VSCode
Vue.js
Web Gateway
Webinar
XML
ZEN
Apply
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 Posts
•
0 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
first
previous
…
9
10
11
12
13
…
next
last
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up
Log in or sign up
Log in or create a new account to continue
Log in
Sign up