Hello, How can we dynamically configure Axis2's HTTP Transport Sender at Server Side ?
I have a webservice that uses the ServiceLifeCycle handler. During the start-up phase (startUp(ConfigurationContext context, AxisService service) ), I set the following configuration settings context.setProperty(HTTPConstants.CHUNKED, Boolean.FALSE); context.setProperty(Configuration.CHARACTER_SET_ENCODING,"ISO-8859-1"); but they are not taken into account ??? Thanks for your help Grégory -- View this message in context: http://www.nabble.com/How-to-dynamically-configure-Axis2%27s-HTTP-Transport-Sender-at-Server-Side--tp22327442p22327442.html Sent from the Axis - User mailing list archive at Nabble.com.
