Hello Team,
I am using SPS 10 version of ODATA service for providing the data to other applications.
As request of end user application, i am providing this data in JSON format.
Sample link : https://<hostname>/<path>/<odata file name>.xsodata/InputParams(<input parameters)/Results?$format=json
Sometime, the data will be huge. So i need to compress the data and send to end user.
How to compress the data while sending the data to other applications by using ODATA service ?
Thanks
Saravanan TN