Hi All,
We use AS2 to send messages to one of our as2 patner and we use XIB211 + XFB685
requirement :
we need the file name to be onveridden in (HTTP104I 01.12.2010 13:11:49 (90) S Content-Disposition: attachment; filename=smime.p7m.) when sening message from XFB, although we have tried to override the options in XIB when sending to XFB, it does not seems to work,
#Override XFB attibutes
$XFBOutputAttributesOverride.$Use_ContentType= TA_XFB.$True;
$XFBOutputAttributesOverride.$ContentType=”application/xml”;
$XFBOutputAttributesOverride.$Use_AttachmentFileName = TA_XFB.$True;
$XFBOutputAttributesOverride.$AttachmentFileName = $FileName;
$XFBOutputAttributesOverrideString = TA_XFB.PackEDIINTSendMethodOverrideAttribute($XFBOutputAttributesOverride);
any one has an idea ?
XFB Log :
HTTP104I 01.12.2010 13:11:49 (90) S AS2-From: 7381000070105.
HTTP104I 01.12.2010 13:11:49 (90) S AS2-To: 031984771.
HTTP104I 01.12.2010 13:11:49 (90) S AS2-Version: 1.1.
HTTP104I 01.12.2010 13:11:49 (90) S Date: Wed, 01 Dec 2010 12:11:46 GMT.
HTTP104I 01.12.2010 13:11:49 (90) S Message-Id: <PHMB.1291205506.6023@FOXCONN>.
HTTP104I 01.12.2010 13:11:49 (90) S Disposition-Notification-To: 7381000070105.
HTTP104I 01.12.2010 13:11:49 (90) S Disposition-Notification-Options: signed-receipt-protocol=optional, pkcs7-signature; signed-receipt-micalg=optional, sha1.
HTTP104I 01.12.2010 13:11:49 (90) S Content-Type: application/pkcs7-mime; smime-type=enveloped-data; name=smime.p7m.
HTTP104I 01.12.2010 13:11:49 (90) S Content-Transfer-Encoding: binary.
HTTP104I 01.12.2010 13:11:49 (90) S Content-Disposition: attachment; filename=smime.p7m.
HTTP211I 01.12.2010 13:11:49 FOXCONN(90) [6023] FOXCONN Start sending file: /opt/elcomxfb/Gateway/run_time/tmp/F0006023.ec.
HTTP104I 01.12.2010 13:11:50 (90) R HTTP/1.0 200 OK.
HTTP104I 01.12.2010 13:11:50 (90) R AS2-From: 031984771.
HTTP104I 01.12.2010 13:11:50 (90) R AS2-To: 7381000070105.
HTTP104I 01.12.2010 13:11:50 (90) R AS2-Version: 1.1.
HTTP1
thanks



