Forum Discussion

Siddharth_Sawe's avatar
Siddharth_Sawe
New Contributor
16 years ago

GZip 'request' compression broken in 2.5.1?

"The magic number in GZip header is not correct. Make sure you are passing in a GZip stream" thats the error that i see in the 'self hosted' wcf service.

Further anaylsis showed that SoapUI sends the content portion of the request starting with 0x1F 0xE2, shouldnt that be 0x1F 0x8B, based on RFC1952 ( http://www.faqs.org/rfcs/rfc1952.html section 2.3.1) ?

Am i missing something in setting up soap ui?

My soapui settings.
HTTP Protocol: 1.1
compression: GZIP

6 Replies