Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | UniversalName Folder | Summary of Elements in this Folder | pub.universalName:list
 
pub.universalName:list
WmPublic. Returns a list of services in the current universal-name registry.
Input Parameters
None.
Output Parameters
names
Document List Service entries in the universal name registry. Each document (IData object) in the list represents a service entry in the universal-name registry. (There is one entry for every explicit universal name that has been defined on the server. Implicit universal names are not maintained in the registry.)
Each document in the list contains the following information:
Key
Description
universalName
Document The universal name associated with the entry. This document contains the following information:
Key
Description
namespaceName
String Namespace portion of the universal name.
localName
String Local portion of the universal name.
svcName
String Fully qualified webMethods service name associated with the entry (for example, gl.post:postEntry).
Usage Notes
To return the entire contents of the universal-name registry, use the pub.universalName:listAll service.