Hello,
I am using jdev 12.2.1.2, and have an application(client) consuming restful webservices (which is also another application i developed).
I am returning an object to the client application that contains the byteArray(File) and would like to display it as these examples: Show uploaded file (pdf/text/html/xml/image) content on page -Oracle ADF – Ashish Awasthi's Blog (Jdev/ADF) , ADF 11g : Show PDF in a Popup , but they use a existing file in some path, which is not my case, i only have the byte array returning object.
How can i show the File (byteArray) in a <af:inlineFrame> (for what i saw i have to use servlet, i´m fine with that)?
The service is returning the byte array object (tested with postman. screen shot below) correctly (it looks like it).

Thanks,
Carlos