Implementing 2-way compression

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have ppc2003 app, xml web services to transport my data(dataset) to and
from sql server. my problem is, i want to compress my data to implement this
2-way communication. anybody knows how to do it? detailed answer is
appreciated.thanks
 
thanks mr. Alex, I have already downloaded the same sample from
businessanyplace.net, but it doesnt work for me. first, i think compression
is not taking effect. the methods defined in HttpWebResponseDecompressed was
not actually invoked when i tried to trace the code during runtime. if
followed all the instructions in the article. second, it is one way
compression only (if it really works).
there is also an article from businessanyplace.net that promises to have
2-way compression implementation:
http://www.businessanyplace.net/?p=wscompress2
but again, it doesnt work! it says "Error baseInputStream GZIP header, first
byte doesn't match".. somebody please help me on this.. thanks
 
Back
Top