cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

gzip compression

rohit_goel
Participant
0 Likes
2,290

Hi Experts ,

I want some information about data compression in XI.(gzip compression)

How is this possible in XI to send compressed data ?I am using SOAP adapter at sender side...

how can we analyse the data..?

Regards,

Rohit

View Entire Topic
rohit_goel
Participant
0 Likes

My scenario is SOAP--XI--BAPI(R/3 system)

I have configured SOAP sender communication channel and in the module tab i have given the required parameters for the gzip compression.

in j2ee serevr i have set the following settings:

?MinimumGZipLength? property value as 1024 Bytes

AlwaysCompressed? property value = null

?NeverCompressed? property value = null

?CompressedOthers? property value as ?true?

MaximumCompressedURLLength = -1

i am using on my machine HTTPAnalyzerV3 s/w to analyse the compression.But i am not seeing any compression in my response mesage.but if i open any other website like google its showing compression in that tool.

do i need to analyse by this tool on server machine ?

i am not clear what to do now?

regar

stefan_grube
Active Contributor
0 Likes

Does the web service client request the compression with the HTTP header parameter:

Accept-Encoding: gzip

?

Regards

Stefan