VBCS how to download attachment from - multipart/mixed type of response without header metadata
Summary
VBCS how to download attachment from - multipart/mixed type of response without header metadataContent
Hi All,
I have requirement to download a file from SFTP location and give link/ button to user in VBCS to download this file. To address this requirement I have created one Integration with FTP adapter.
In FTP Adapter I am using operation as - Download file in Binary mode. It is passing file to - Rest end point with response type - attachment in Opaque schema and payload type - multipart/mixed.
I have tested this integration in SOAP UI and it is working file & downloading the attachment from SFTP.
0