SOAP logging axis2

Posted by salcin on Stack Overflow See other posts from Stack Overflow or by salcin
Published on 2010-03-19T12:18:40Z Indexed on 2010/03/19 12:21 UTC
Read the original article Hit count: 209

Filed under:
|
|

Using axis1 it is possible to log incoming/outgoing soap messages by adding logging on HTTPSender in log4j.properties. After migrating to axis2 (version 1.4.1) I have a hard time figuring out how to accomplish the same kind of logging. I have tried to add logging on the axis2 package and org.apache.commons.httpclient but no logging is provided.

Any ideas?

TIA

© Stack Overflow or respective owner

Related posts about java

Related posts about webservices