Hi,
This is what I did , And does nt work :
In my service I did this :
@Resource
private WebServiceContext wsctx;
...
final MessageContext messageContext = wsctx.getMessageContext();
messageContext.put("MYKEY", "keyValue");
And in my interceptor (response). I try to retrieve the value like :
String value = (String)
PhaseInterceptorChain.getCurrentMessage().getExchange().get("MYKEY");
But it does nt work. the returned value is null.
Some help please ?
Thank you
--
View this message in context:
http://cxf.547215.n5.nabble.com/How-to-Stor-Get-data-in-CXF-Session-tp5454096p5459891.html
Sent from the cxf-user mailing list archive at Nabble.com.