I have a asp.net soapextension on my server that checks for optionally
compressed requests and decompresses them based upon the contentencoding
property of the SoapMessage instance. I would like to optionally compress
the response of the soap message but only if the http "Accept-Encoding"
header value is present and set for gzip or deflate. Unfornately, I don't
see any built in property of the SoapMessage instance that allows me to get
at this header. Does anyone know how to do this?
thanks
scott mcfadden
compressed requests and decompresses them based upon the contentencoding
property of the SoapMessage instance. I would like to optionally compress
the response of the soap message but only if the http "Accept-Encoding"
header value is present and set for gzip or deflate. Unfornately, I don't
see any built in property of the SoapMessage instance that allows me to get
at this header. Does anyone know how to do this?
thanks
scott mcfadden