EDIINT AS2 HTTP Header

Hi All,

We using EDIINT trigger AS2 message to partner,

Is possible add in the “Date” in to the AS2 HTTPHeaders?

Now:
InboundHttpHeaders
Connection: Keep-Alive
Content-Length: 13912
Content-Type: application/pkcs7-mime; name=smime.p7m; smime-type=enveloped-data
Accept: image/gif, /
Host: xxxxx
Max-Forwards: 10
User-Agent: Mozilla/4.0 [en] (WinNT; I)
Disposition-notification-to: XXXXXX
Disposition-notification-options: signed-receipt-protocol=optional, pkcs7-signature; signed-receipt-micalg=optional, sha1
AS2-From: 123456
AS2-To: XXXXX
AS2-Version: 1.2
ediint-features: multiple-attachments
Message-ID: <123456>
Content-Disposition: attachment; filename=smime.p7m
X-Original-URL: /XXX/XXX
X-Forwarded-For: 122.33.33.3355562
X-ARR-SSL: 2048|128|C=US, O=GeoTrust Inc., CN=GeoTrust SSL CA - G3|C=SG, S=XXXX, L=XXXX, O=XXXX, CN=xxxx@com
X-ARR-LOG-ID: xxxxx

Become:
InboundHttpHeaders
Date: Tue, 17 Jan 2017 00:10:10 GMT
Connection: Keep-Alive
Content-Length: 13912
Content-Type: application/pkcs7-mime; name=smime.p7m; smime-type=enveloped-data
Accept: image/gif, /
Host: xxxxx
Max-Forwards: 10
User-Agent: Mozilla/4.0 [en] (WinNT; I)
Disposition-notification-to: XXXXXX
Disposition-notification-options: signed-receipt-protocol=optional, pkcs7-signature; signed-receipt-micalg=optional, sha1
AS2-From: 123456
AS2-To: XXXXX
AS2-Version: 1.2
ediint-features: multiple-attachments
Message-ID: <123456>
Content-Disposition: attachment; filename=smime.p7m
X-Original-URL: /XXX/XXX
X-Forwarded-For: 122.33.33.3355562
X-ARR-SSL: 2048|128|C=US, O=GeoTrust Inc., CN=GeoTrust SSL CA - G3|C=SG, S=XXXX, L=XXXX, O=XXXX, CN=xxxx@com
X-ARR-LOG-ID: xxxxx

Thanks.

Please add “customHeaders/Date” to service In of wm.EDIINT:send.

Thanks! I will try this method.