Hi, Casting to javax.xml.ws.BindingProvider makes the trick: Map<String, Object> context = ((javax.xml.ws.BindingProvider) customerService).getResponseContext();
Regards, Andrei. > -----Original Message----- > From: hunter [mailto:[email protected]] > Sent: Dienstag, 16. Juni 2015 12:44 > To: [email protected] > Subject: Re: JaxWsClientProxy responseContext memory leak - any suggestions? > > Is there any way to get the responseContext when using jaxws:client in spring > ? > > > > -- > View this message in context: > http://cxf.547215.n5.nabble.com/JaxWsClientProxy-responseContext-memory- > leak-any-suggestions-tp5752686p5758319.html > Sent from the cxf-user mailing list archive at Nabble.com.
