473,583 Members | 3,386 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

WebService Compression

Hi,

We're starting a new project with WebServices and I have a few qeustions
about the compression mechanisms we can use.

We have already tested with Http Compression and WSE Compression, but I'm
looking for a solution which is platform independant.
We are wrinting Web Services which will be accessed from C# applications,
but some of our customers aren't on the MS platform, and they wish to use
Java to access our WebServices.

I've heard HTTP Compression on IIS 6 can only be used by clients who have IE
5 or later installed. So for our clients which aren't on MS Windows, this
won't work.
The WSE solution can't be used for Java clients.

Any suggestions for a multi-platform solution ?

Kind regards,
Frederic
Nov 7 '05 #1
2 5378


is this what you are looking for ?

http://webreference.com/internet/sof...p/compression/
"Frederic Hoornaert" wrote:
Hi,

We're starting a new project with WebServices and I have a few qeustions
about the compression mechanisms we can use.

We have already tested with Http Compression and WSE Compression, but I'm
looking for a solution which is platform independant.
We are wrinting Web Services which will be accessed from C# applications,
but some of our customers aren't on the MS platform, and they wish to use
Java to access our WebServices.

I've heard HTTP Compression on IIS 6 can only be used by clients who have IE
5 or later installed. So for our clients which aren't on MS Windows, this
won't work.
The WSE solution can't be used for Java clients.

Any suggestions for a multi-platform solution ?

Kind regards,
Frederic

Nov 7 '05 #2
Hard, to tell because the site seems to be down at this time.
I'm looking for a way to compress sent from server to client, but
implementation should be possible on different client platforms.

We've tried the WSE approach, which is really a nice solution :
http://www.codeproject.com/cs/webser...eZipFilter.asp

but the problem is WSE isn't supported on Java. I'm looking for alternatives
which works on multiple platforms.

Kind regards,
Frederic Hoornaert

"interwande rer" <in***********@ discussions.mic rosoft.com> wrote in message
news:F6******** *************** ***********@mic rosoft.com...


is this what you are looking for ?

http://webreference.com/internet/sof...p/compression/
"Frederic Hoornaert" wrote:
Hi,

We're starting a new project with WebServices and I have a few qeustions
about the compression mechanisms we can use.

We have already tested with Http Compression and WSE Compression, but I'm looking for a solution which is platform independant.
We are wrinting Web Services which will be accessed from C# applications, but some of our customers aren't on the MS platform, and they wish to use Java to access our WebServices.

I've heard HTTP Compression on IIS 6 can only be used by clients who have IE 5 or later installed. So for our clients which aren't on MS Windows, this won't work.
The WSE solution can't be used for Java clients.

Any suggestions for a multi-platform solution ?

Kind regards,
Frederic

Nov 7 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

7
2696
by: Wencheng Magiya | last post by:
Hi all, My WebService connects to a database server, client application connects to the WebService. There is a backup method in WebService backups database and sends compressed data back to the client app. The client app then generates a zip file using the compressed data. I tried Xceed's Zip library, it can do the job well, but its price...
4
18537
by: ad | last post by:
I want to send a DataSet to WebService, but the DataSet if too huge(there about 50000 records, and 50 fields every record). My solution is 1.save the DataSet as XML file, 2.zip the XML file. 3. send the zip file to WebService. 4. Unzip the zip file to XML. 5. Load XML file into DataSet. 6.Bulk copy the XML file to DataBase.
2
237
by: Frederic Hoornaert | last post by:
Hi, We're starting a new project with WebServices and I have a few qeustions about the compression mechanisms we can use. We have already tested with Http Compression and WSE Compression, but I'm looking for a solution which is platform independant. We are wrinting Web Services which will be accessed from C# applications, but some of our...
8
6456
by: Jose L. Velazquez | last post by:
Hi all, I have made a webservice that returns an XML, but sometimes the connection is so slow and there is a lot of data to be returned. I would like to know if it is possible to send this data compressed, and how to do it. Thanks. Jose Luis.
7
3542
by: sameer | last post by:
Hi all, Application environment : VB.Net desktop application,.NET 1.1 Framework, VS 2003. communicates between the database and the application is done over webservices using ADO.NEt Datasets. Returned dataset is Gzip compressed and is then decompressed on the receiving side. Every thing works good, the problem is that it takes a lot of...
1
2339
by: chris.atlee | last post by:
I'm writing a program in python that creates tar files of a certain maximum size (to fit onto CD/DVD). One of the problems I'm running into is that when using compression, it's pretty much impossible to determine if a file, once added to an archive, will cause the archive size to exceed the maximum size. I believe that to do this properly,...
20
2913
by: chance | last post by:
Hello, I want to add compression to a memory stream and save it in an Oracle database. This is the code I have so far: //save the Word document to a binary field, MemoryStream dataStream = new MemoryStream(); doc.Save(dataStream, SaveFormat.Doc); //now compress it GZipStream compressedZipStream = new GZipStream(dataStream,
21
5990
by: =?Utf-8?B?VkJB?= | last post by:
I compressed a file with GZipStream class and is larger than the original file.... how can this be?, the original file is 737 KB and the "compressed" file is 1.1 MB. Did i miss something or is normal with that compression class? -- VBA
3
7505
by: GiJeet | last post by:
Hello, we have an app that scans documents into TIFF format and we need to transfer them over the internet. If anyone knows of a SDK we can use that can compress TIFFs on the fly or even if it can compress them so they take up less space on the server, would be appreciated. Actually any info on handling tiff files programatically would be...
0
7894
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main...
0
8172
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. ...
0
8320
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that...
0
6577
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then...
1
5697
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes...
0
5370
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert...
1
2328
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
1
1424
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
0
1152
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.