Display Attachments in siebel without storing them
With regards to Attachment in Siebel, we have a restriction that we should not leverage Siebel File System. Also We are not supposed to store any attachments in Siebel upon receiving them from external system. We should just retrieve and display the document. Through web service, we are receiving the file in base64 format. Without actually storing the file in Siebel File system, is it possible to just display the document. Would be great if any pointer is provided.