Class Reference
IRIS for UNIX 2024.1.2
InterSystems: The power behind what matters   
Documentation  Search
  [USER] >  [EnsLib] >  [UDDI] >  [Saver]
Private  Storage   

abstract class EnsLib.UDDI.Saver extends EnsLib.UDDI.Base

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
4 1 1


Summary

Properties
Connection Timeout

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
Connect GetList addContactToList addDescriptionToList
addDiscoveryURLToList addFindQualifierToList addNameToList addReferenceToList

Subclasses
EnsLib.UDDI.PublishService EnsLib.UDDI.SaveBinding EnsLib.UDDI.SaveBusiness
EnsLib.UDDI.SaveService EnsLib.UDDI.SaveTModel EnsLib.UDDI.UnpublishService

Parameters

• parameter Host = "localhost";
Host of OpenUDDI Server
• parameter Password = "admin";
This is the password required for publishing to a UDDI registry. You will need to provide the password corresponding to the UserName above
• parameter Port = 8080;
Port of OpenUDDI Server
• parameter UserName = "admin";
This is the username required for publishing to a UDDI registry. You will need to provide a legitimate username for the server referenced above.

Properties

• property Connection as Connection;

Methods

• method Connect(pHost As %String = ..#Host, pPort As %String = ..#Port, pUserName As %String = ..#UserName, pPassword As %String = ..#Password) as %Status


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