Logging interceptors and binary payloads

2012-02-13 Thread Sergey Beryozkin
Hi I'd like to get the Logging interceptors updated to report the 'pure' binary payload only optionally. Right now I'm working on a demo where an image payload is uploaded and then returned and I'm finding it difficult to view through the logs with the binary content being logged. So I'd

Re: cxf to compile WSDL in eclipse Dynamic Web Project

2012-02-13 Thread Glen Mazza
Pardon the non-answer, but what you're doing looks painful. Why not use Maven to generate your SOAP client[1] (it will handle the dependencies for you) and then Maven's mvn eclipse:eclipse command to import it into your IDE? You can get that done in the 20-30 minutes it would take you to get

Re: cxf to compile WSDL in eclipse Dynamic Web Project

2012-02-13 Thread Benny
Actually it's super easy in Eclipse, no need to jump all over the place and run separate commands to get the WSDL built. Just list the WSDL list what client you want to build it (Axis, Axis2, CXF) and what project you are using. It builds it, and sticks the code right in the project. All with

Re: Logging interceptors and binary payloads

2012-02-13 Thread Daniel Kulp
Looks OK to me. The only additional suggestion I have is to add the flags to the @Logging annotation as well to keep that consistent and up to date. Dan On Monday, February 13, 2012 11:47:12 AM Sergey Beryozkin wrote: Hi I'd like to get the Logging interceptors updated to report the

Re: Logging interceptors and binary payloads

2012-02-13 Thread Sergey Beryozkin
Hi, On 13/02/12 15:46, Daniel Kulp wrote: Looks OK to me. The only additional suggestion I have is to add the flags to the @Logging annotation as well to keep that consistent and up to date. Sure, added a 'showBinary' annotation property, set to 'false' by default. I will also investigate