Integration Cloud 7.0.0 | Applications | Predefined Applications | Applicability Statement 2 (AS2) | AS2 Predefined Operations | send
 
send
Sends an AS2 message to a recipient's defined endpoint.
Input Parameters
data
Document Payload you want to send.
stream
Object java.io.InputStream object you want map from EDI or XML data.
contentType
String Content type to assign to an outbound message. The following options are available by default:
*application/edi-x12
*application/edifact
*application/xml
You can also type a custom value.
otherHeaders
Document Optional. key and value strings of the header for an outbound message.
attachments
Document Array Optional. Attachments for a message, if any.
stream
Object java.io.InputStream object you want add to the attachment.
contentType
String Content type of the attachment. For example, application/zip if the attachment is a .zip file.
otherHeaders
Document Optional. key and value strings of the header you want to add to the attachment.
customHeaders
Document Optional. Custom headers you want to include in an AS2 message.
key
String Key for the custom header.
value
String Value for the customer header.
Output Parameters
status
String Status of an outbound message.
statusMessage
String Processing status of an outbound message.
request
Document AS2 message sent to a recipient.
stream
Object AS2 message stream.
headers
Document Optional. AS2 message headers.
AS2-To
String AS2 ID of the recipient.
AS2-From
String AS2 ID of the sender.
Message-ID
String Message ID of the outbound message.
AS2-Version
String AS2 protocol version used for the outbound message.
Content-Type
String MIME content type of the outbound message.
EDIINT-Features
String Optional features supported by the application.
Receipt-
Delivery-Option
String Optional. Recipient's asynchronous MDN endpoint URL.
Disposition-
Notification-To
String Optional. Acknowledgment request for the outbound message.
Disposition-
Notification-Options
String Optional. Acknowledgment request to be signed for the outbound message.
response
Document Received MDN response.
status
String Status of the received MDN.
statusMessage
String Status message of the received MDN.
receipt
Document Optional. Received MDN.
stream
Object Object stream of the received MDN.
headers
Document Optional. Headers of the received MDN.
AS2-To
String AS2 ID of the recipient.
AS2-From
String AS2 ID of the sender.
Message-ID
String Message ID of the inbound MDN.
AS2-Version
String AS2 protocol version used for the inbound MDN.
Content-Type
String MIME content type of the inbound message.