abstract class EnsLib.UDDI.Saver
extends EnsLib.UDDI.Base
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.