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.