We have several REST Services we call and get result back as a JSON or an XML output.
I have a new request to get back the RAW Bytes Array that it returns. How can I achieve that?
For EG:
We can do a GET for any image on the web like this one below:
https://randomuser.me/api/portraits/women/48.jpg
This returns back RAW data if you can check in Fiddler in the RAW tab. I need to capture that in PowerBuilder.
Any ideas?