[Progress Communities] [Progress OpenEdge ABL] Forum Post: RE: Get data from Multipart/related response

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

Mike Fechner

Guest
We ran into this issue yesterday (and logged a bug with PSC). While debugging, we found of that we can workaround this issue (or the issue we've had with a multipart response), by adding ASSIGN THIS-OBJECT:Boundary = TRIM (THIS-OBJECT:Boundary, "~"") . at the beginning of this method method override public int64 Write(input pmData as memptr): in the class MultipartEntityWriter github.com/.../MultipartEntityWriter.cls Make sure you use the correct version of that file (it was updated in 11.6.1, 11.7.2 and 11.7.3). We've added a modified version of that file in OpenEdge\Net\HTTP\Filter\Payload\MultipartEntityWriter.cls / .r in the PROPATH prior to OpenEdge.Net.pl.

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