Frends.As3.SendMessage / 1.0.0
Summary
Delivers a signed and encrypted EDI payload to a partner's FTP location using the AS3 profile, and returns the content check value the matching MDN will have to agree with.
Typical use — the outbound half of an AS3 relationship; keep the returned check value for the MDN validation step
Essential parameters.
| Name | Type | Default | Example | Description |
|---|---|---|---|---|
| SenderAs3Id | String |
– | MyCompany |
Id of the company that will send the message. |
| ReceiverAs3Id | String |
– | YourCompany |
Id of the company that will receive the message. |
| Subject | String |
– | Subject of the message |
Subject of the AS3 message. |
| MessageFilePath | String |
– | C:\Document\message.txt |
Path to the file that will be sent in the message. |