While I don't know what is a handler, I'm trying to set the
TransportOutDescription object. but it's still not workin. the code is
bellow:

TransportOutDescription transportOut =
ClientUtils.inferOutTransport(client.getServiceContext().getAxisService().getAxisConfiguration(),
options.getTo(), new MessageContext());
Parameter transferEncoding = new
Parameter(HTTPConstants.HEADER_TRANSFER_ENCODING, "deflate");
transportOut.addParameter(transferEncoding);
options.setTransportOut(transportOut);
client.setOptions(options);
client.sendReceive(getMessage());

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to