Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [%CSP] >  [Endpoint]
Private  Storage   

class %CSP.Endpoint extends %RegisteredObject

%CSP defines the endpoint URL for making a CSP or SOAP request

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
5 2


Summary

Properties
CSPApplication Host Port Prefix ServiceClass

Methods
%AddToSaveSet %ClassIsLatestVersion %ClassName %ConstructClone
%DispatchClassMethod %DispatchGetModified %DispatchGetProperty %DispatchMethod
%DispatchSetModified %DispatchSetMultidimProperty %DispatchSetProperty %Extends
%GetParameter %IsA %IsModified %New
%NormalizeObject %ObjectModified %OriginalNamespace %PackageName
%RemoveFromSaveSet %SerializeObject %SetModified %ValidateObject
GetLocation GetServerURL


Properties

• property CSPApplication as %String;
The CSP application used for the web service without trailing /.
• property Host as %String;
The address of the host
• property Port as %String;
The port for the URL
• property Prefix as %String;
The CSP prefix for the URL
• property ServiceClass as %String(MAXLEN=256);
The name of the web service class or CSP page class

Methods

• method GetLocation(UseSSL As %Boolean = 0) as %String
Get the location URL
• method GetServerURL(UseSSL As %Boolean = 0) as %String
The server porion of Locarion


Copyright (c) 2025 by InterSystems Corporation. Cambridge, Massachusetts, U.S.A. All rights reserved. Confidential property of InterSystems Corporation.