Question
2
Replies
451
Views
Posted: August 5, 2016
Last activity: August 15, 2016
How to compress SOAP service response XML
Hi All - Is there a way to compess SOAP service xml response? This is to address consumer application's limitation to consume xml string of size beyond 3MB. Alternatively thought of saving xml in database CLOB but it seems there are some limitations to implement response using Database table due to security reasons.
If you have the option to use Service-REST (which is the modern industry trend and should be preferred), you can follow this link: https://pdn.pega.com/community/pega-product-support/question/can-we-zip-json-file-response-rest-service-and-send-it. It has the same business requirement that the consuming application has file size limit.