Module for EDIINT Version 8.2 SP1.November 2013 | Installing and Using EDIINT Module | webMethods Module for EDIINT Services | wm.EDIINT:receive
 
wm.EDIINT:receive
Receives inbound EDIINT (AS1/AS2/AS3) messages or MDNs and submits the message to Trading Networks to be unwrapped and decrypted, and to have its signature authenticated.
The EDIINT content handler populates the parameters described below.
Input Parameters
protocol
String The EDIINT protocol to use.
Value
Meaning
smtp
EDIINT AS1 message or MDN.
http
EDIINT AS2 message or MDN.
ftp
EDIINT AS3 message or MDN.
message-ID
String The EDIINT message ID of the EDIINT message or MDN. This value becomes the Trading Networks system attribute, Document ID.
contentType
String The content type of the EDIINT message or MDN.
stream
Object The data InputStream representing the inbound EDIINT message or MDN.
AS2-From
String The sender ID from the EDIINT AS2 message/MDN. This should match the sender's Trading Networks external ID.
AS2-To
String The receiver ID from the EDIINT AS2 message/MDN. This should match the receiver's Trading Networks external ID.
AS3-From
String The sender ID from the EDIINT AS3 message/MDN. This should match the sender's Trading Networks external ID.
AS3-To
String The receiver ID from the EDIINT AS3 message/MDN. This should match the receiver's Trading Networks external ID.
From
String The sender ID from the EDIINT AS1 message/MDN. This should match the sender's Trading Networks external ID.
To
String The receiver ID from the EDIINT AS1 message/MDN. This should match the receiver's Trading Networks external ID.
ReceiptDeliveryOption
String The address to which to send an asynchronous MDN, if requested.
Etag
String Optional. The unique ID of the Etag header that identifies the transaction to be restarted after AS2 message transmission fails.
Output Parameters
bizdoc
Document The resulting document formatted as an IS document (IData object). For the structure of a business document, see webMethods Trading Networks Built-In Services Reference.
Usage Notes
For information about how to use this service, see Viewing and Managing Information About EDIINT Documents and MDNs.