If it is an attachment, you can zip the file before attaching it, get a
handle on the file on the other end, then unzip using a java zip
library.

A solution outside of the SOAP/HTTP stack might be the cleanest
approach.

If the entire message is just lost of XML elements, you might consider
changing your design.

Ben

On Thu, 2002-10-17 at 13:58, Enrique Rodriguez wrote:
> I'm sending big SOAP message, near 5 or 10 MB. I know you could zip the http
> response, with a web server module, mod_deflate in apache 2.0, or with a servlet.
> 
> Do you think I can do it with SOAP message???
> 
> Which of those options is better??
> 
> any other ideas??
> 
> Regards, Enrique.
> 


Reply via email to