Hello.
I have been using HttpClient. but now im having problems with this object in GetResponseBody.
Webservice response is a PDF in base64 string, it works fine with 9MB or lower. But for bigger ones, GetResponseBody don´t catch the response string.
The Post webservices can return PDF in base64 string up to 400 MB aprox. Is there a way to get that largeeeee base64 string from the webservice in PB?
POWER BUILDER HELPS MENTION:
GetResponseBodyPowerScript function
Description
Gets the response body into a string or blob value.
It is not recommended to use this method to process large data (20 MB or 100,000 data rows can be considered as large data based on our tests).
What can i use instead?
Thanks you so much