Hi Brian,
Do you mean that you want to transfer a gzip file via AXIS
by using SOAP? If I understood what you said properly, you've
just to implement a SwA(SOAP Messages with Attachments).
Here is the spec: <http://www.w3.org/TR/SOAP-attachments>
In addition, you will meet the sample code of SwA at the
"axis-1_1beta\samples\attachments" in your environment.
Best Regards,
Toshiyuki Kimura <[EMAIL PROTECTED]>
R&D Headquarters
NTT DATA Corporation
-----Original Message-----
From: Brian W. Young [mailto:[EMAIL PROTECTED]]
Sent: Friday, December 20, 2002 5:21 AM
To: [EMAIL PROTECTED]
Subject: gzip support
I believe someone posted this question a couple weeks ago with no reply.
Perhaps I'll have better luck.
Does Axis support gzip streams? This is very important to me, because I
am sending a lot of data. With home-grown code, I've witnessed a 2 meg
document get compressed to 56K for an incredible boost in performance.
Please advise, and thank you.
Brian