Forum Post: Send or Receive Binary File through REST webservice

  • Thread starter Thread starter Paul Koufalis
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top