[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: How to read the plain text response to a ClientBuilder call?

  • Thread starter Thread starter Mike Fechner
  • Start date Start date
Status
Not open for further replies.
M

Mike Fechner

Guest
OK, so your response is binary - or at least interpreted as such. Then assign CAST(oResponse:Entity, OpenEdge.Core.String):VALUE to a MEMPTR variable and COPY-LOB that to a file for diagnostics.

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