Consuming a Octet Stream (Chunked) in PeopleSoft
We have a requirement to consume a GET REST API web service in PeopleSoft and display the pdf file on the browser. I have configured the Service & Service Operation in PeopleSoft.I have also confirmed the request is making to target server web service is working and the response is an octet/ binary steam representing pdf file. How can I consume this response from the PeopleSoft message object.?