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

gzip compression

rohit_goel
Participant
0 Likes
2,293

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
Former Member
0 Likes

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

rohit_goel
Participant
0 Likes

hi,

If i use SOAP adapter for sending my messaage , any configuration is required in SOAP sender communication channel ?

How would i come to know whether compression is done or not?

regards,

rohit

stefan_grube
Active Contributor
0 Likes

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:

https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/40611dd6-e66e-2910-f383-e80fb44f...

chapter 4.5

Regards

Stefan

rohit_goel
Participant
0 Likes

Thanks Stefan,

Can you suggest me how to analyse whether my message is being compressed or not...

waht steps should i follow to do this??

regards

Rohit

stefan_grube
Active Contributor
0 Likes

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