Integration Server 10.15 | Built-In Services Reference Guide | Utils Folder | Summary of Elements in this Folder | pub.utils.messaging:getUMDependencies
 
pub.utils.messaging:getUMDependencies
WmPublic. Generates a list of Universal Messaging assets on which Integration Server depends, such as channels, queues, durables, and Administered Objects for a JMS messaging connection alias and/or a Universal Messaging connection alias.
Input Parameters
exportFormat
String Optional. Format for the output data. Set to one of the following:
*IDATA
*XML The XML format matches the Universal Messaging import/export schema. This is the default.
If you intend to import the list into Universal Messaging, select XML.
messagingType
String Optional. Type of messaging for which to export a list of related Universal Messaging assets. Set to:
*ALL - To export assets for JMS messaging and webMethods messaging. This is the default.
*JMS - To export assets for JMS messaging.
*NATIVE - To export assets for webMethods messaging.
connectionAliasName
String Optional. Name of the connection alias for which to export a list of related Universal Messaging assets. If you do not provide a value, the pub.utils.messaging:getUMDependencies service exports assets for all the messaging aliases for the specified messagingType.
If you specify a connection alias that does not depend on any Universal Messaging assets, the resulting output will be empty.
includeDefaultUMConfiguration
String Optional. Whether default Universal Messaging configuration values are included in the output. Set to:
*true - If the service adds all Universal Messaging fields to the output including fields that are not relevant to Integration Server but are needed by the Universal Messaging Enterprise Manager import XML functionality. This is the default.
*false - If the service does not include all the Universal Messaging fields needed for Universal Messaging configuration.
includeWmAssets
String Optional. Whether to include Integration Server assets (publishable document types and triggers) in system packages that begin with “Wm”. Set to:
*true - To include Integration Server assets from system “Wm*” packages the output.
*false - To exclude Integration Server assets from system “Wm” packages in the output. This is the default.
Output Parameters
document
Document Conditional. An IData containing the exported data. The service returns the document field only when exportFormat is IDATA.
xmldata
String Conditional. An XML string containing the exported data. The service returns the xmldata field only when exportFormat is XML.