Skip to main content

Cloud.Client.CloudSoap

class Cloud.Client.CloudSoap extends %SOAP.WebClient

Property Inventory

Method Inventory

Parameters

parameter NAMESPACE = http://store.intersystems.com;
This is the namespace used by the Service
parameter OUTPUTTYPEATTRIBUTE = 1;
Use xsi:type attribute for literal types.
parameter SECURITYIN = ALLOW;
Determines handling of Security header.
parameter SERVICENAME = Cloud;
This is the name of the Service
parameter SOAPVERSION = 1.1;
This is the SOAP version supported by the service.

Properties

property SSLConfiguration as %String [ InitialExpression = "Cloud" , Transient ];
The name of the activated TLS/SSL configuration to use for https requests.
Property methods: SSLConfigurationDisplayToLogical(), SSLConfigurationGet(), SSLConfigurationIsValid(), SSLConfigurationLogicalToDisplay(), SSLConfigurationLogicalToOdbc(), SSLConfigurationNormalize(), SSLConfigurationSet()

Methods

final method RegisterCloudLicense(LicenseID As %String, IPAddress As %String, CloudID As %String, Platform As %String, LicenseType As %String, ZVERSION As %String, Sysinfo As %List) as %String [ WebMethod ]

Inherited Members

Inherited Properties

Inherited Methods

FeedbackOpens in a new tab