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:listAll
 
pub.universalName:listAll
WmPublic. Returns the contents of the current universal-name registry, including services and document types.
Input Parameters
None.
Output Parameters
names
Document List Entries in the universal name registry. Each document (IData object) in the list represents an 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 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 Integration Server service name or document type name associated with the entry (for example, gl.post:postEntry).
Usage Notes
To return a list of the services in the universal-name registry only, use the pub.universalName:listservice.