AS2 System Server Methods

Method Description
updateAS2SrvConfig Updates the MFT AS2 system server configuration record.

The user calling this method must have AdministratorRight and cannot be assigned to a department.

When performing an update only set the fields you want to update in the AS2SrvCfg object. The rest of the fields will be null.

To update a field to become null:
  • String objects should be set to be an empty string (for example: "").
  • The members of DateTime objects should be set to zero.
getAS2SrvConfig Gets the MFT AS2 system server configuration record for a given host.

If the AS2SrvCfg object is not found, a null is returned. The user calling this method must have AdministratorRight and cannot be assigned to a department.

retrieveAllAS2SrvConfigs Gets the MFT AS2 system server configuration record.

The user calling this method must have AdministratorRight and cannot be assigned to a department.

removeAS2SrvConfig Removes the MFT AS2 system server configuration record for a given host.

The user calling this method must have AdministratorRight and cannot be assigned to a department.