Does anyone know where I can find documentation to support compression of JAX-RPC web service requests from a client using client-side handlers? I'm looking to compress requests using gzip, and I tried,
SOAPMessage.setProperty(SOAPMessage.CHARACTER_SET_ENCODING, "gzip")
but got the "java.io.UnsupportedEncodingException: gzip" error.
Thanks,
Andrew