Home Applications EnsHelper

EnsHelper

InterSystems does not provide technical support for this project. Please contact its developer for the technical assistance.
5
2 reviews
0
Awards
196
Views
89
IPM installs
0
0
Details
Releases (1)
Reviews (2)
Issues
Pull requests (1)
Articles (1)
IRIS Integration Extensions and Utilities

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

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

Business Process

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

Operation

Class myOperation extends (Ens.BusinessOperation, alwo.EnsHelper.HostRequestResponseInfo)
{
  ...
}
Made with
Install
zpm install alwo-enshelper download archive
Version
1.0.014 Jul, 2023
Category
Integration
Works with
InterSystems IRISInterSystems IRIS for HealthEnsemble
First published
14 Jul, 2023
Last edited
17 Jul, 2023
Last checked by moderator
25 Aug, 2024Works