How to setup filename in AS2 protocol
827370Dec 29 2010 — edited Jan 7 2011Hi,
We are posting a .csv document to partner via AS2. We developed a BPEL process which reads .csv file on FTP and enqueue the binary data into B2B queue.
We passed the file name to below property in Invoke activity connected to B2B adapter in BPEL.
jms.jca.contentDisposition
At the receiving end the file name is missing. The below message received from partner.
<?xml version="1.0" encoding="UTF-8"?>
<IDataXMLCoder version="1.0">
<record javaclass="com.wm.data.ISMemDataImpl">
<value name="Content-Type">application/XML; name=Custom</value>
<value name="Content-Transfer-Encoding">binary</value>
<value name="Content-Disposition">attachment; filename=1.0</value>
</record>
</IDataXMLCoder>