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.
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 |
|---|---|
| 7 | |
| 5 | |
| 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.