class %CSP.Endpoint
extends %RegisteredObject
%CSP defines the endpoint URL for making a CSP or SOAP request
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
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