Skip to main content
Version: 4.2.5

Load AS2 Message

Description

Loads an AS2 message from a stream that contains an encoded message. As an option, the streams can be closed after the message has been loaded.

Assembly: iCore.Workflow.Activities.AS2 Category: AS2

Arguments

NameTypeDescription
Close streamsBooleanSpecifies whether to close the stream used by the activity.
Supported EDIINT featuresAS2EDIINTFeaturesSpecifies what EDIINT features the message receiver supports. Unsupported features found in the loaded message will result in a warning that can be retrieved from the Errors property of the Result.
Encryption certificatesICertificateStoreCertificates to use for decryption of data (if applicable). At least one certificate must contain a private key.
Signature certificatesICertificateStoreCertificates to use for validation of signature (if applicable).
SourceStreamStream that contains an AS2 message.
ResultIAS2MessageThe loaded AS2 message.

See Also

AS2LoadErrorCodes