Re: Sending compressed XML over the internet?
- From: "MeAgin" <MeAgain@xxxxxxxxx>
- Date: Wed, 13 Sep 2006 20:02:29 +0530
Hi Olaf,
Thanks for the details.
In the client side im using mssoap.soapclient30 and on the server an IIS
virtual folder is configured to work with SOAP toolkit.
Yes compression on the soap client and web server sounds good. But I
couldn't find any useful tips on these.
Can you please advice on any of the resources?
Remote Proxy too is a good idea. I will check this. If you have any
resources on this please advice also.
Best regards,
Nadee
"Olaf.Doschke" <b2xhZi5kb3NjaGtlQHNldG1pY3MuZGU@xxxxxxxxxxxxx> wrote in
message news:OLeW#Qz1GHA.1288@xxxxxxxxxxxxxxxxxxxxxxx
Hi,
ideally compression/decompression would not be done by the
client application and web service, but by the soap client and
the web server on which the web service resides.
Both of them would have to be configured to accept and do
transfer encoding. You would have to change nil in your app
or the web service, compression and decompression would be
done on the whole SOAP messages transparently.
So what do you use on the client and the server side?
client: "mssoap.soapclient30"? Westwinds wwSoap?
something else?
server: iis? setup of web service through soap toolkit?
If you have influence on both sides you may be able to
establish this kind of automatic transfer en/decoding.
This is quite normal for browser/web server. And as SOAP
is using http as the transfer protocol this should work
there too. I would have to figure out the details too.
Even if we don't manage that, how about setting up
a local and remote proxy?
Instead of the client connecting to the webservice directly
the local proxy first get's all soap messages, compresses
them, sends them to the remote proxy, who decompresses,
then forwards to the webservice and then returns the
response the other way around. This way the uncompressed
messages will only travel from client to local proxy and from
remote proxy to web server/service. Transfer in the internet/
intranet would be compressed.
Also not done as easy as said, but should be possible.
Bye, Olaf.
.
- References:
- Sending compressed XML over the internet?
- From: MeAgin
- Re: Sending compressed XML over the internet?
- From: Jan Bucek
- Re: Sending compressed XML over the internet?
- From: sim
- Re: Sending compressed XML over the internet?
- From: Jan Bucek
- Re: Sending compressed XML over the internet?
- From: MeAgin
- Re: Sending compressed XML over the internet?
- From: MeAgin
- Re: Sending compressed XML over the internet?
- From: Dan Freeman
- Re: Sending compressed XML over the internet?
- From: MeAgin
- Sending compressed XML over the internet?
- Prev by Date: Re: Sending compressed XML over the internet?
- Next by Date: Re: Creating Non-Visual Classes in Code
- Previous by thread: Re: Sending compressed XML over the internet?
- Next by thread: Re: Sending compressed XML over the internet?
- Index(es):
Relevant Pages
|
Loading