Daniel Kulp wrote > > > StaxUtils.toString((Element)header.getObject()); > >
This is not obvious, but this is really what you need. Also try to XMLStreamReader xmlr = StaxUtils.createXMLStreamReader((Element) header.getObject()); to read it in more "human" way. -- View this message in context: http://cxf.547215.n5.nabble.com/Analyse-Soap-Header-via-Interceptor-tp4384763p5713912.html Sent from the cxf-user mailing list archive at Nabble.com.
