Skip to main content
Version: 4.2.5

Send AS2 Message

Description

Sends an AS2 Message created by the Create AS2 Message activity.

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

Arguments

NameTypeDescription
Close streamsBooleanSpecifies whether to close streams used by activity.
MessageIAS2MessageAS2 message to send.
UrlStringUrl where to send the HTTP POST containing the Message.
MDNStreamStream where returned MDN is written (if applicable).
Full message dataStreamA copy of the full message data sent to the recipient (optional).
Use SSLBooleanSpecifies whether SSL is enabled or not.
Client storageICertificateStoreCertificate storage containing client certificates that the server may request.
Trusted storageICertificateStoreCertificate storage containing trusted certificates for validation of server certificate.
SSL/TLS versionSslVersionsSSL/TLS version(s) to be used. Multiple options can be selected. Default is TLS 1.3, TLS 1.2.

For more information, see General information about SSL and TLS.
Certificate validation configurationCertificateValidationConfigurationSpecifies the methods to use for verifying server certificates over an SSL/TLS connection.
Enable validationBooleanEnables or disables validation of remote server certificates. Disabling validation implies that all received certificates will be accepted without any validation.
Http versionHttpVersionSpecifies the HTTP version to use.
Http keep alive policyHttpKeepAlivePolicySpecifies the Keep alive policy to use.

See Also

Create AS2 Message