Biswaranjan Mohapatra Posted September 4, 2019 Share Posted September 4, 2019 How to send Image/ PDF Files through tibco BW Link to comment Share on other sites More sharing options...
Sateesh Reddy Kunduru Posted September 17, 2019 Share Posted September 17, 2019 Use below headers Content-Type :application/zip for zip fileapplication/pdf for pdf fileimage/jpeg for jpeg images. You can find mime types in below link https://developer.mozilla.org/en-US/docs/Web/HTTP/Basics_of_HTTP/MIME_types content-disposition:concat('* ;filename="', $ReadFile/ns:ReadActivityOutputBinaryClass/fileInfo/fileName, '"') And map the binary content from the read file directly to the ResponseActivityInputbinaryContent Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now