Can somebody please give me some pointers about logging the XmlStreamWriter with the Stax WWS4j (see details below). Thanks, Ed
> -----Original Message----- > From: Ed Bras [mailto:[email protected]] > Sent: maandag 11 augustus 2014 21:32 > To: [email protected] > Subject: Issues upgrading to 3.0.1 > > I encounter some issues upgrading from 2.7.11 to 3.0.1 Please some help > (I am following the migrating guide). > > > > First, to be able to see what the real problem is, I try to log the > outgoing soap message. > > However the current LoggingOutInterceptor supports OutputStream and > Writer and not the XMLStreamWriter instance that is contained in the > soap message that I send (I noticed this during debugging). > > How can I log the soap message? > > > > Details: > > I am using ws-security through the WSS4JStaxOutInterceptor and > WSS4JStaxInInterceptor interceptors. > > I am using the mechanism as described in LINKE > <http://davidvaleri.wordpress.com/2010/09/15/signing-ws-addressing- > headers-i > n-apache-cxf/> , and changed it to using the Stax interceptors. > > > > Please some tips how to log the message so I can see what I am sending > and trying to solve the other upgrade issues (example: WARNING: > Security processing failed (actions mismatch)). > > > > - Ed
