Hi all, I have a my Interceptor (ResponseInterceptor) with phase = Phase.WRITE in response. Now in my message (handleMessage(Message message) method) how can I get the response?
In the other word, I want convert the response in SOAPMessage (for example), while the message contains a XMLStreamWriter object, OutputStream object. Can I get a SOAPMessage from cxf's response message in the WRITE phase? Thanks -- View this message in context: http://www.nabble.com/SOAPMessage-from-message-in-WRITE-phase-tp23923879p23923879.html Sent from the cxf-user mailing list archive at Nabble.com.
