默认情况下,axis2返回常规(纯文本xml)响应。我的目标 - 找到一些cfg属性使axis2返回gzipped响应。
任何人
谢谢!
答案 0 :(得分:3)
您可以通过客户端而不是服务器配置它
http://wso2.org/library/230#GZIP
将此选项标志设置为true
org.apache.axis2.transport.http.HTTPConstants.MC_GZIP_REQUEST
发送您的客户请求gzipped
将此选项标志设置为true
org.apache.axis2.transport.http.HTTPConstants.MC_ACCEPT_GZIP
请求服务器使用gzipped响应进行响应