Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Kanghua WangKanghua Wang(Deactivated)Reporter
Jiafu GaoJiafu GaoPriority
MajorFix versions
Labels
Pull Request URL
Details
Details
Components
Assignee
Kanghua Wang
Kanghua Wang(Deactivated)Reporter
Jiafu Gao
Jiafu GaoPriority
Fix versions
Labels
Pull Request URL
Created February 5, 2016 at 7:49 PM
Updated January 8, 2018 at 3:50 PM
Resolved April 20, 2016 at 7:54 AM
Some web service has large request and/or response. In this case, gzip can be used to compress the request and/or response of the web service call.
This is to add an option(s) to SOAPCALL to enable compress on the request and/or response.
The HTTP header for request compress is:
Content-Encoding: gzip
for response is:
Accept-Encoding: gzip