Hi guys,
 I'm doing some customization based on Axis2 transport phase , i want to
pass some information from in-flow TransportListener to out-flow
TransportSender. I used following approach .

In TransportListener implemantation i have set a property value to
MessageContext as follows

msgContext.setProperty("INFO",new String("info"));

and under the invoke method of TransportSender implementation i try to
retrieve that value as below.

String info=msgContext.getProperty("INFO");


this will return null value .please explain correct way to achieve this..?

Thanks,

Sagara Gunathunga

blog : http://ssagara.blogspot.com

Reply via email to