P
Peter Judge
Guest
I think you're doing the right thing with COPY-LOB ... the fact that you're loading SOAP messages and that they're all readable bytes (characters) may be throwing you off. Try COPY-LOB with (say) a PNG or a PDF and you may see more "byte-ey" stuff. I added an example of a multipart message with 2 JSON, 1 text and 1 image part at https://github.com/PeterJudge-PSC/http_samples/blob/master/http_client/multipart_messages/multipart_img_json_txt.p . HTH
Continue reading...
Continue reading...