EnsLib.UDDI.UnitTest
class EnsLib.UDDI.UnitTest extends %Library.RegisteredObject
UnitTest for the EnsLib.UDDI package. Assumes using the openUDDI server with version 3 of the UDDI SpecificationMethod Inventory
- 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
Inherited Members
Inherited 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()