on ‎2008 Jan 15 9:46 AM
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
Request clarification before answering.
Hi Stefan,
The web service client has to request the compression.
can u pls elaborate what do u mean by this..??
Regards
Rohit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Stefan,
In Sender SOAP adapter configuration,
in module tab page , i have given these entries.even then i am not able to see any kind of compression..
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
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
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi,
how would i come to know that the server is compressing the data or not?
how could i measure that?
regards,
rohit
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
More information on GZIP can be found here: http://www.gzip.org/
Information on GZIP for HTTP Adapter can be found here: http://help.sap.com/saphelp_nw04/helpdata/en/ad/08d52d6d95864492a6a5931bb62716/frameset.htm
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
In the "module" tab of the SOAP adapter channel, you can add following parameter to the XISOAPAdapterbean:
XMBWS.Encoding gzip
See details in this guide:
chapter 4.5
Regards
Stefan
You can check with the TCPGateway or similar tools:
/people/stefan.grube/blog/2007/03/29/troubleshooting-soap-http-and-mail-adapter-scenarios-with-tcpgateway
You need not care about the incoming message in PI, as the SOAP adapter does the unzipping by its own. The parameter is only necessary for the outgoing message, that means the request for receiver, the response for the sender adapter.
Regards
Stefan
| User | Count |
|---|---|
| 8 | |
| 6 | |
| 5 | |
| 4 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.