Thilina Gunarathne wrote:
>> Sure there is .. MC.getCurrentMC()-> OperationContext -> AxisOperation. > > AFAIK We can use this only after the MessageReciver level, since > message receiver is the one which set's message context to the > Thread.. But how abt the changing the ping method signature as follows ; public void ping(MessageContext msgCts){ ThreadContextDescriptor tc = setThreadContext(msgContext); try { // do the ping logic here } finally { restoreThreadContext(tc); } } --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]