[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How to POST binary data (application/octet-stream) to a PASOE Rest WebService ?

  • Thread starter Thread starter bronco
  • Start date Start date
Status
Not open for further replies.
B

bronco

Guest
JC is right, application/json only for the REST adapter. Now of course you can base64 encode the data since you seem to control both ends. Now, since in modern days example code turns into production code amazingly quickly, you might want to go for the WebHandlers straight away. All the definitions of REST are stored in the .services folder in PDSOE and they a genuine nightmare, not to mention all sorts of limitations with the REST adapter.

Continue reading...
 
Status
Not open for further replies.
Back
Top