Module for AS4 Version 10.1.May 2019 | Understanding and Using webMethods AS4 Module | Installing and Using AS4 Module | Built-In Services | Summary of Elements for the WmAS4 Package | wm.ip.estd.as4.util.split:getGroupList
 
wm.ip.estd.as4.util.split:getGroupList
Retrieves a list of group IDs of the message fragments that are in a given state.
When message splitting is enabled, each fragment group at the receiver side has a status of either ACTIVE, COMPLETE, EXPIRED, or REJECTED. The getGroupList service retrieves a list of the group IDs of those fragments that are in the specified status.
Input Parameter
status
String. Optional. The status of the fragments you want to be listed. Valid values are:
*ACTIVE—One or more fragments of the group was received and there are still more fragments to come.
*COMPLETE—All fragments in the group were received.
*EXPIRED—A group fragment was received after the time set for the joinInterval parameter elapsed.
*REJECTED—There was a problem during processing of one of the fragments in the group.
Output Parameters
groupIds
String[]. Optional. The list of all the group IDs that have the specified status.