class EnsLib.UDDI.UnitTest
extends %RegisteredObject
UnitTest for the EnsLib.UDDI package. Assumes using the openUDDI server with version 3 of the UDDI Specification
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.
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