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

class EnsLib.UDDI.UnitTest extends %RegisteredObject

UnitTest for the EnsLib.UDDI package. Assumes using the openUDDI server with version 3 of the UDDI Specification

Inventory

Parameters Properties Methods Queries Indices ForeignKeys Triggers
3 13


Summary

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
CreateConnection TestBinding TestBusiness TestFindBinding
TestFindBusiness TestFindService TestFindTModel TestGetBindingDetail
TestGetBusinessDetail TestGetServiceDetail TestGetTModelDetail TestService
TestTModel


Parameters

• parameter BaseURL = "http://localhost:8080/uddi/services";
This is the base URL used to access the server. You will need to supply a URL to a server to which you have inquiry access
• 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 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.

Methods

• classmethod CreateConnection(Output pConnection As EnsLib.UDDI.Connection, pBaseURL As %String = ..#BaseURL, pUserName As %String = ..#UserName, pPassword As %String = ..#Password)
Helper method to Create a connection
• classmethod TestBinding(pBaseURL As %String = ..#BaseURL, pUserName As %String = ..#UserName, pPassword As %String = ..#Password) as %Status
• classmethod TestBusiness(pBaseURL As %String = ..#BaseURL, pUserName As %String = ..#UserName, pPassword As %String = ..#Password) as %Status
• classmethod TestFindBinding(pBaseURL As %String = ..#BaseURL, pUserName As %String = ..#UserName, pPassword As %String = ..#Password) as %Status
• classmethod TestFindBusiness(pBaseURL As %String = ..#BaseURL, pUserName As %String = ..#UserName, pPassword As %String = ..#Password) as %Status
• classmethod TestFindService(pBaseURL As %String = ..#BaseURL, pUserName As %String = ..#UserName, pPassword As %String = ..#Password) as %Status
• classmethod TestFindTModel(pBaseURL As %String = ..#BaseURL, pUserName As %String = ..#UserName, pPassword As %String = ..#Password) as %Status
• classmethod TestGetBindingDetail(pBaseURL As %String = ..#BaseURL, pUserName As %String = ..#UserName, pPassword As %String = ..#Password) as %Status
• classmethod TestGetBusinessDetail(pBaseURL As %String = ..#BaseURL, pUserName As %String = ..#UserName, pPassword As %String = ..#Password) as %Status
• classmethod TestGetServiceDetail(pBaseURL As %String = ..#BaseURL, pUserName As %String = ..#UserName, pPassword As %String = ..#Password) as %Status
• classmethod TestGetTModelDetail(pBaseURL As %String = ..#BaseURL, pUserName As %String = ..#UserName, pPassword As %String = ..#Password) as %Status
• classmethod TestService(pBaseURL As %String = ..#BaseURL, pUserName As %String = ..#UserName, pPassword As %String = ..#Password) as %Status
• classmethod TestTModel(pBaseURL As %String = ..#BaseURL, 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.