P
Paul Koufalis
Guest
OE 11.3.2 How do I return a PDF via REST GET? Is it just a question of setting the application type in the header? My Apsv procedure is simply: DEFINE OUTPUT PARAMETER pPDF AS MEMPTR NO-UNDO. COPY-LOB FROM FILE "c:\temp\test.pdf" TO OBJECT pPDF. and I mapped pPDF to the body. This can't be that complicated but i'm sure I'm missing something small but significant.
Continue reading...
Continue reading...