Hi,
I put the below entry in balilogger.lcf (our own configuration file) file in axis2 architecture # To log SOAP Messages enable this log4j.logger.org.apache.axis2.transport.http=DEBUG, LOGFILE # LOGFILE is set to be a File appender using a PatternLayout. log4j.appender.LOGFILE=bali.utils.BaliRollingFileAppender log4j.appender.LOGFILE.File=..//logs//${currentDate}//axismessages.log log4j.appender.LOGFILE.MaxFileSize=200MB log4j.appender.LOGFILE.MaxBackupIndex=100 log4j.appender.LOGFILE.LogRetentionDays=7 log4j.appender.LOGFILE.Append=true log4j.appender.LOGFILE.layout=org.apache.log4j.PatternLayout log4j.appender.LOGFILE.layout.ConversionPattern=%d{DATE};[%t];%p;%m%n Soap envelop and Soap body contents are not getting logged . But other informations are gettng logged. But in Axis1 Architecture if put the below line , it logs soap envelope and body properly. log4j.logger.org.apache.axis.transport.http=DEBUG, LOGFILE can any one help me to find out this problem?.It is Urgent. Thanks & Regards, Arockia This email message and any attachments may contain confidential, proprietary or non-public information. The information is intended solely for the designated recipient(s). If an addressing or transmission error has misdirected this email, please notify the sender immediately and destroy this email. Any review, dissemination, use or reliance upon this information by unintended recipients is prohibited. Any opinions expressed in this email are those of the author personally.