Skip to main content
Version: 4.2.5

Create AS2 Message

Description

Creates an AS2 Message to be sent with the Send AS2 Message activity.

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

Arguments

NameTypeDescription
Creation dateDateTimeDate and time the AS2 Message was created. Leave empty to use iCore System time zone. See also Working with dates and times.
Message IDStringUnique identifier of message. Leave empty to auto generate an ID.
SubjectStringThe message subject.
AS2-FromStringSender of the AS2 message. Must conform to the specification of AS2-name (see Remarks below).
AS2-ToStringReceiver of the AS2 message. Must conform to the specification of AS2-name (see Remarks below).
EDIINT features headerAS2EDIINTFeaturesIndicates what features the sender of an AS2 message is supporting.
Message configurationIAS2MessageConfigurationConfiguration of encryption, MDN, signing and compression.
VersionAS2VersionVersion of the AS2 message.
ResultIAS2MessageThe created AS2 message.
AS2-name

See RFC 4130 section 6.2 (AS2 System Identifiers) for more information. Note that iCore will perform quoting of AS2-names when necessary.

EDIINT features header & Version

When specifying an EDIINT feature, the Version must be set to 1.2 or later. The sending system should set all supported EDIINT features on sent messages as an indication of its capabilities. A feature is supported if the system can both send and receive messages that utilizes the feature.

See Also

Send AS2 Message