Skip to Main Content

Integration

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

How to setup filename in AS2 protocol

827370Dec 29 2010 — edited Jan 7 2011
Hi,

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>
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 4 2011
Added on Dec 29 2010
7 comments
1,347 views