Discuss this help topic in SecureBlackbox Forum
EDI: Send an AS2 message
To send a prepared and saved AS2 message you use one of TElAS2Client.Send() methods. Before calling Send() method you might need to set up various options of TElAS2Client class, related to HTTPS connectivity, proxies etc.
To send a message you need to have an URI of the message recipient and the prepared message itself. Also you need to specify either the filename or a stream for the incoming receipt, if the one is sent synchronously by the recipient of your message. If you requested the asynchronous receipt, it would be sent to the URI you specified in your message.