The answer is yes you can. In my last project, I need to transmit data contained in XML files, because files are usually very large (> 5 mega), so I compress them first using gzip or zip, then send them piece by piece, and assemble them back into the files and unzip...
Kaikuo Luo "Mohssin Assaban" <[EMAIL PROTECTED]> wrote: Is it possible to compres the data transported in the soap envelope using apache soap? I m developing an application wich returns a large count of records. But the time needed to transfer all this data (in one time) is verry long. In the Microsof implementation of soap is it possible to use some dataformats to transfer such large of data. Does some one know how I can do this. Thanks Mohssin