Downloads14
Subscribe
0
Bookmark
0
This application is not supported by InterSystems Corporation. Please be notified that you use it at your own responsibility.
Details
Releases
Reviews
Issues
Articles

What's new in this version

Initial Release
Contains a Helper to display instance Request and Response message types, when the instance settings are viewed in Production

EnsHelper

IRIS Integration Extensions and Utilities

Install

zpm install alwo-enshelper

Class - HostRequestResponseInfo

Extend a custom BusinessService, BusinessHost or BusinessOperation.
When Instance Settings of a custom class are viewed in Production on Management Portal, this helper adds two new fields to the "Information" section.
These fields show the Request Message Types and Response Message Types, consumed and returned by the production instance.

Image Show Request Response Types

How to implement

To use simply add this class name to the Extends list in class definition of any custom Service, Process or Operation type

Business Service

objectScript Class myService extends (Ens.BusinessService, alwo.EnsHelper.HostRequestResponseInfo) { ... }

Business Process

objectScript Class myBusinessProcess extends (Ens.BusinessProcess, alwo.EnsHelper.HostRequestResponseInfo) { ... }

Operation

objectScript Class myOperation extends (Ens.BusinessOperation, alwo.EnsHelper.HostRequestResponseInfo) { ... }

IPM installation
zpm "install alwo-enshelper"
Rating
5 (1)
Category
Integration
Works with
InterSystems IRISInterSystems IRIS for HealthEnsemble
Tags
Info
Version
1.0.0
Last updated
2023-07-17
Repository
Open
Documentation
Open
License
Link