Re: gzip support

2003-01-10 Thread Brian W. Young
would rather do it using handlers if possible, or implement my own transport as you have said. - Original Message - From: "Brian W. Young" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 11:35 AM Subject: re: gzip support Thanks for the inpu

Re: gzip support

2003-01-10 Thread Brian Ewins
h? - Original Message - From: "James Carman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 11:56 AM Subject: Re: gzip support I would be very interested in the implementation also. Brian, you could also achieve the GZIP decompression/com

Re: gzip support

2003-01-10 Thread James Carman
incoming message. Anybody have any thoughts/concerns with this approach? - Original Message - From: "James Carman" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, January 10, 2003 11:56 AM Subject: Re: gzip support > I would be very interested i

Re: gzip support

2003-01-10 Thread James Carman
MAIL PROTECTED]> Sent: Friday, January 10, 2003 11:35 AM Subject: re: gzip support > Thanks for the input. I'm determined to make this work because without > compression, I can't use Axis. I'm sending too much data for SOAP to be > feasible w/o compression. Of cours

re: gzip support

2003-01-10 Thread Brian W. Young
Thanks for the input. I'm determined to make this work because without compression, I can't use Axis. I'm sending too much data for SOAP to be feasible w/o compression. Of course, I'll make any solution I implement available to the community. I found some info on handlers but not a lot, espec

RE: gzip support

2003-01-07 Thread Tom Jordahl
PROTECTED]] Sent: Tuesday, January 07, 2003 3:53 AM To: [EMAIL PROTECTED] Cc: Tom Jordahl Subject: RE: gzip support Hi Tom, I have a question for this matter. AXIS has two implementations of "Handler"; one is "AXIS Handler" as the AXIS o

RE: gzip support

2003-01-07 Thread Toshiyuki Kimura
[mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 07, 2003 6:26 AM To: '[EMAIL PROTECTED]' Cc: '[EMAIL PROTECTED]' Subject: RE: gzip support You should be able to write "Handlers" for Axis that will process the messages (both client and server)

RE: gzip support

2003-01-06 Thread Tom Jordahl
m: Brian W. Young [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 8:56 AM To: [EMAIL PROTECTED] Cc: [EMAIL PROTECTED] Subject: Re: gzip support Yaron, I believe you are correct- thank you for clarifying. I hope others understand now as this can be powerful stuff if you have large mes

Re: gzip support

2002-12-20 Thread Brian W. Young
side. Thanks, Yaron. -Original Message- From: Chris Schaefer [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 8:43 AM To: [EMAIL PROTECTED] Subject: Re: gzip support HTTP has the option of some sort of compression. (zip, gzip? ) So in theory the entire SOAP message can be compressed during t

RE: gzip support

2002-12-20 Thread Yaron Zakai
support for this on the client side. Thanks, Yaron. -Original Message- From: Chris Schaefer [mailto:[EMAIL PROTECTED]] Sent: Friday, December 20, 2002 8:43 AM To: [EMAIL PROTECTED] Subject: Re: gzip support HTTP has the option of some sort of compression. (zip, gzip? ) So in theory the

Re: gzip support

2002-12-19 Thread Chris Schaefer
HTTP has the option of some sort of compression. (zip, gzip? ) So in theory the entire SOAP message can be compressed during transit. In thinking about it, it's possible that this might be more a function of Tomcat ( assuming that's what's hosting your axis servlet ), than of Axis. Finally if you

Re: gzip support

2002-12-19 Thread Toshiyuki Kimura
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: In addition, you wil