Axis2 1.2:Caching Last operation

2007-10-26 Thread Bhojraj, Santosh
Hi:
   I see that in the ServiceContext class, there is a method to cache
the last operation executed by making a call to
'setCachingOperationContext'. This is in turn being used by
OperationClient before making a call to 'setLastOperationContext'. But I
don't see any reference to 'getLastOperationContext()' anywhere else. 
  Has this been implemented in the latest 1.3 version or am I
missing something ? 
 
Thanx!!
Santosh
 
 


Re: Axis2 1.2:Caching Last operation

2007-10-26 Thread Deepal jayasinghe
Bhojraj, Santosh wrote:
> Hi:
>I see that in the ServiceContext class, there is a method to cache
> the last operation executed by making a call to
> 'setCachingOperationContext'. This is in turn being used by
> OperationClient before making a call to 'setLastOperationContext'. But
> I don't see any reference to 'getLastOperationContext()' anywhere else.
>   Has this been implemented in the latest 1.3 version or am I
> missing something ?
>  
> Thanx!!
> Santosh
>  
>  
from serviceClient you can get the last operation context as below

getLastOperationContext();

Thanks
Deepal


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