Using http modules for compression

Ask a Question related to ASP.NET Web Services, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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...
    2. 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...
    3. #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: ...
    4. 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...
    5. 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> ...
  3. #2

    Default 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

  4. #3

    Default 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

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139