Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / Web Services / November 2004

Tip: Looking for answers? Try searching our database.

Sending  Compressed Data To WebServer

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
ojikay - 08 Nov 2004 17:02 GMT
I know How To
Retriev Data from Web Services using Standard HTTP 1.1 Compression
http://www.dotnetjunkies.com/Tutorial/90D3B3E0-6544-4594-B3BA-E41D8F381324.dcik

But i To send to the WebServer Compressed request
(Large Dataset as a param)
How to i tell the WebServer  that the webrequest is Compressed  
and he needs to DeCompressed

I can send the dataset it self as a compress stream and decompress it on web server
but i prefer all of the webrequest would be Compressed  

thnx :-)
Dan Rogers - 19 Nov 2004 23:10 GMT
Hi,

If I understand what you are asking, you are trying to use the kind of gzip
compression that is available from an HTTP request, but use it from a web
service proxy that is a part of normal ASP.net programming stack (e.g. the
add-web-reference proxy).  Today, I do not believe that HTTP/gzip
compression is supported by the ASP.net stack, so unless you are going to
do a custom compression of a partial payload, which converts it to binary,
for instance, and then encapsulate that as a DIME attachment to get a
customized implementation of compressed requests, you won't be able to do
this directly on top of the ASP.net stack.

I know that some very enterprising individuals have been experimenting on
SOAP implementations that recognize the standard HTTP compression
protocols, but these are not supported by the ASP.net tools today.

I hope this helps

Dan Rogers
Microsoft Corporation
--------------------
>From: yakijo@nana.co.il (ojikay)
>Newsgroups: microsoft.public.dotnet.framework.aspnet.webservices
[quoted text clipped - 7 lines]
>Content-Transfer-Encoding: 8bit
>X-Trace: posting.google.com 1099933322 28783 127.0.0.1 (8 Nov 2004
17:02:02 GMT)
>X-Complaints-To: groups-abuse@google.com
>NNTP-Posting-Date: Mon, 8 Nov 2004 17:02:02 +0000 (UTC)
>Path:
cpmsftngxa10.phx.gbl!TK2MSFTFEED02.phx.gbl!tornado.fastwebnet.it!tiscali!new
sfeed1.ip.tiscali.net!news.glorb.com!postnews.google.com!not-for-mail
>Xref: cpmsftngxa10.phx.gbl
microsoft.public.dotnet.framework.aspnet.webservices:26413
>X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet.webservices
>
[quoted text clipped - 11 lines]
>
>thnx :-)

Free Magazines

Get these publications absolutely FREE for up to 12 months. There are no hidden fees and no obligation. Simply choose a title, complete the application form and submit it. Read more ...

Oracle MagazineNetwork ComputingComputer WorldBio-IT WorldeWeekInformation WeekInfosecurity
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.