Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

HTTP 1.1 Compression (gzip or deflate)

1 view
Skip to first unread message

Frédérick JACQUET

unread,
May 14, 2002, 1:08:11 PM5/14/02
to
The CF seems not supporting HTTP Compression (gzip or deflate) while calling
webservice, and calling a webservice throu a GSM connection or GPRS
connection is slow. We can do it with small code
(http://www.dotnetjunkies.com/tutorials.aspx?tutorialid=304). Does MS
planned to add HTTP compression support in the RTM for improving
performance, which is very important for that kind of device.

thank you

Fred.
http://www.flowgroup.fr


Frédérick JACQUET

unread,
May 21, 2002, 2:58:35 AM5/21/02
to
The CF seems not supporting HTTP Compression (gzip or deflate) while
calling
webservice, and calling a webservice throu a GSM connection or GPRS
connection is slow. We can do it with small code code in the Destktop Net
Framework.

Miller Abel [MS]

unread,
May 23, 2002, 3:54:12 PM5/23/02
to
We will not directly support HTTP compression for our RTM release. It
is conceivable, though not simple, to use the SOAP extension framework
to do some form of compression. I don't have much more to offer on
that, sorry.

Miller Abel
Program Manager
NET Compact Framework

This posting is provided “AS IS” with no warranties, and confers no
rights.

Please do not send email directly to this alias. This alias is for
newsgroup
purposes only. To correspond with me directly, remove the 'online' from
my
alias. This is to prevent automated spam to my alias.

--------------------
From: "Frédérick JACQUET" <fjac...@flowgroup.fr>
References: <eNSN3n2#BHA.1880@tkmsftngp02>
Subject: Re POST: HTTP 1.1 Compression (gzip or deflate)
Date: Tue, 21 May 2002 08:58:35 +0200
Lines: 19
X-Priority: 3
X-MSMail-Priority: Normal
X-Newsreader: Microsoft Outlook Express 6.00.2600.0000
X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000
Message-ID: <upJnxTJACHA.2164@tkmsftngp04>
Newsgroups: microsoft.public.dotnet.framework.compactframework
NNTP-Posting-Host: afontenayssb-102-2-1-74.abo.wanadoo.fr 193.252.107.74
Path: cpmsftngxa07!tkmsftngxs02!tkmsftngp01!tkmsftngp04
Xref: cpmsftngxa07
microsoft.public.dotnet.framework.compactframework:3323
X-Tomcat-NG: microsoft.public.dotnet.framework.compactframework

Frédérick JACQUET

unread,
May 24, 2002, 4:58:20 AM5/24/02
to
Ok..you will not support HTTP compression, i can write my own C# code to
make HTTP request and decompress the response, but why
system.Web.Services.Protocols.SoapMessageParser &
system.Web.Services.Protocols.SoapMessageFormatter are private classes ? we
can't use them to parse soap enveloppe ? MS always they need to chosse wich
features are in CompactFramework because of memory size..etc.... Those
SoapMessage classes a private, and if i want to parse SOAP enveloppe i need
to re-write code..... :-(

Another question : how can i use DIME extension ???

Without HTTP compression and/or DIME extension , calling a webservice is
very unefficient. PocketPC is a mobile device, a mobile device wich need an
ethernet or Wifi card not a GSM connection.

I don't understand your logic...

Frederick Jacquet
http://www.flowgroup.fr


"Miller Abel [MS]" <mil...@online.microsoft.com> a écrit dans le message de
news: FAFHoQpACHA.2264@cpmsftngxa07...

Frédérick JACQUET

unread,
Jun 6, 2002, 3:39:45 PM6/6/02
to

Ok..you will not support HTTP compression, i can write my own C# code to
make HTTP request and decompress the response, but why
system.Web.Services.Protocols.SoapMessageParser &
system.Web.Services.Protocols.SoapMessageFormatter are private classes ? we
can't use them to parse soap enveloppe ? MS always they need to chosse wich
features are in CompactFramework because of memory size..etc.... Those
SoapMessage classes a private, and if i want to parse SOAP enveloppe i
need
to re-write code.....which does not save memory :-(

Another question : how can i use DIME extension ???

Without HTTP compression and/or DIME extension , calling a webservice is
very unefficient. PocketPC is a mobile device, a mobile device wich need an
ethernet or Wifi card not a GSM connection.

Frederick Jacquet

0 new messages