- Gerrit Bruns
- PowerBuilder
- Wednesday, 20 April 2022 09:21 AM UTC
Hi,
is there any way to handle JSON with more than 20 MB?
We want to create a Webservice in SnapDevelop, that sends or retrieves E-Mails. Our application sends the data to the Webservice and the Webservice sends the E-Mail or the retrieves them. The E-Mail can have attachments.
Outgoing, we create the JSON using the JSONGenerator, which works, until the amount of data exceeds 20 MB. The JSON contains all information that is needed to send the E-Mail. The files are send as Base64 encoded strings inside the JSON. If the JSON would reslt in more than 20 MB, the result is an empty string, as described in the PB Help.
Same problem with incoming data.
The Webservice can handle JSON Data with more than 20 MB if i send them with Postman.
Is there any way to do that with one reqest?
Any ideas how to do that?
Regards,
Gerrit Bruns
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.