Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Replicator Folder | Summary of Elements in this Folder | pub.replicator:addReleaseRegistryEntry
 
pub.replicator:addReleaseRegistryEntry
WmPublic. Adds an entry to the webMethods Integration Server's Package Release Registry.
Input Parameters
package
String Name of the package. The service confirms that this package exists on the server before adding an entry to the Package Release Registry.
name
String Name of the release. This name could be different from the name of the package.
version
String Version number of the release, in the format #.# or #.#.# (for example, 1.2 or 1.2.1).
build
String Build number of the release (for example, 12, 530).
patchNums
String One or more comma-separated patch numbers included in this release.
JVMVersion
String Minimum JVM version number that this release requires.
description
String Brief description of this release. You may want to use this parameter to summarize the nature and purpose of the release.
Output Parameters
packages
Document List Entries in the server's Package Release Registry.
Key
Description
name
String Name of the release.
version
String Version number of the release, in the format #.# or #.#.# (for example, 1.2 or 1.2.1).
build
String Conditional. Build number of the release (for example, 12, 530).
patch_nums
String Conditional. Comma-separated list of patch numbers included in this release.
time
String Time when the package was released.
jvm_version
String Minimum JVM version number that the release requires.
description
String Conditional. Brief description of this release.
source_server_version
String Version number of Integration Server that released the package.
Usage Notes
Before using this service, use pub.replicator:packageCreation to create a package zip file in the server's outbound directory. When you use addReleaseRegistryEntry to add an entry to the Package Release Registry, the package name you specify in package should match the package name you specified in pub.replicator:packageCreation.