Hi Scott, I have the trouble to send huge data through a soap-service. Right now I do it via a Vector, but it is much to slow for a ISDN-Line, for instance. Do I put it right, that using SOAPContext ctx = new SOAPContext(); ctx.setGzip(true); and put <isd:option key="gzip" value="true"/> to the deploy descripor will automaticly compresses the soap message on the server site and decrompresses it on the client, not depending on any data-type used in this request, or does this only work by compressing and decompressing data programmaticly using an attachment(coded on your own)?
thanks a lot, Malte -----Ursprüngliche Nachricht----- Von: Scott Nichol [mailto:[EMAIL PROTECTED]] Gesendet: Montag, 11. November 2002 14:58 An: [EMAIL PROTECTED] Betreff: Re: compression option Compression was added after 2.3.1. If you want to use it, either grab the source from CVS and build, or download a nightly build. Scott Nichol ----- Original Message ----- From: "yael flashner (Kamoon IL)" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, November 10, 2002 10:56 AM Subject: compression option > Hi, > > Some of our soap requests/responses are very large. > Is there any way we can specify that the requests and the responses should > be zipped? > One of the messages in this list referred to a "setGzip" method of > SOAPContext, that is supposed to do the work. > However, I couldn't find this method in the latest version (2.3.1). > > Yael. > > > > > > ---------------------------------------------------------------------- ------ > ---------------------------------- > This e-mail message is for the sole use of the intended recipient and may > contain confidential and privileged information or data that constitute > proprietary information of Kamoon Inc. Any unauthorized review, use or > distribution by others is prohibited. If you are not the intended recipient > please contact us by e-mail: [EMAIL PROTECTED] and delete all copies. > > > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>