all groups > dotnet web services > january 2007 >
You're in the

dotnet web services

group:

XML Compression


XML Compression Coder_Rajiv
1/22/2007 11:16:01 PM
dotnet web services:
I am in the process of developing a web service which will be called from
oracle forms. The web service will accept and return huge amount of XML data.
So, I need to implement data compression techinique which will be efficient
and would work on both .NET and Oracle. I know that .NET uses GZip, but I am
not sure if oracle forms can use the same.

Please suggest.

Thanks,
RE: XML Compression Mark Nelson
1/25/2007 4:03:03 AM
Rajiv,

I'm not sure how Gzip can be used by the same. Did you explore on the latest
WSE3.0 Here are the options i could think of

1) Creating SOAP extensions for compression
2) Explore the possibilty of using WSE's features (like DIME / MTOM)

please have a look at the following url's
http://msdn.microsoft.com/msdnmag/issues/02/12/DIME/default.aspx

http://msdn2.microsoft.com/en-us/library/ms996944.aspx

http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wse3.0/html/ed1f6dd7-313f-4247-b7ea-f9ff80346fa7.asp

--
Thanks & Regards,
Mark Nelson


[quoted text, click to view]
RE: XML Compression Mark Nelson
1/29/2007 11:59:01 PM
Rajiv,

By the way, did you figure out any better approach for doing the XML
Compression

--
Thanks & Regards,
Mark Nelson


[quoted text, click to view]
Re: XML Compression Radek Cerny
1/30/2007 12:24:08 PM
I would use SOAP extensions to compress/decompress the payloads without
affecting any other headers.

[quoted text, click to view]

AddThis Social Bookmark Button