Ask a Question related to ASP.NET Web Services, Design and Development.
-
Rich #1
Using http modules for compression
Can some please point me towards any articles about using HttpModules
for compression of soap requests/responses?
I want to be able to compress the whole soap packet if possible.
Thanks
Rich Guest
-
HTTP Compression problem
I am trying to gzip compress the output using the code on http://www.macromedia.com/cfusion/webforums/forum/messageview.cfm?catid=3&thread... -
Enabling HTTP 1.1 compression
Hi All, Has anyone tried to use HTTP 1.1 compression with Web services? We've set up our IIS 6 box to use HTTP 1.1 compression as described by... -
#19113 [Com]: HTTP status 200 returned on HTTP CONNECT when mod_proxy not in use
ID: 19113 Comment by: arafuse at bcexplorers dot com Reported By: php_new at jdc dot parodius dot com Status: ... -
Custom HTTP Modules and Web Services
I created a Web Service and a custom HTTP Module. I've put the HTTP Module dll in the Web Service's bin folder. I've put in the Web Service's... -
Http Compression NEED HELP
Hi, we compress responses, not requests, but the code should be similar. In the web.config file, you need: <webServices> <soapExtensionTypes> ... -
Simon Green #2
Re: Using http modules for compression
Hi Rich
We have some info on our HttpModule here:
[url]http://www.intesoft.net/aspaccelerator/[/url]
This includes a client helper-class to make it easier to add support for
compression to the WS client classes (see:
[url]http://www.intesoft.net/aspaccelerator/help/webserviceclient.html[/url])
If you don't want a commercial offering there is an open-source
HttpCompression module here (Ben Lowrey's):
[url]http://www.blowery.org/code/HttpCompressionModule.html[/url]
- Simon Green
InteSoft IT Ltd
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Simon Green Guest
-
.Net ass. #3
Re: Using http modules for compression
We are using the blowery module to compress aspx responses. It's quite good.
We go from around 500kb response (don't ask) to 70kb.
I imagine you will get similar results with aspx.
"Simon Green" wrote:
> Hi Rich
>
> We have some info on our HttpModule here:
>
> [url]http://www.intesoft.net/aspaccelerator/[/url]
>
> This includes a client helper-class to make it easier to add support for
> compression to the WS client classes (see:
> [url]http://www.intesoft.net/aspaccelerator/help/webserviceclient.html[/url])
>
> If you don't want a commercial offering there is an open-source
> HttpCompression module here (Ben Lowrey's):
>
> [url]http://www.blowery.org/code/HttpCompressionModule.html[/url]
>
> - Simon Green
> InteSoft IT Ltd
>
>
>
> *** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
> Don't just participate in USENET...get rewarded for it!
>.Net ass. Guest



Reply With Quote

