I am using Apache Axis for web service automation.
I am preparing SOAP requests via Axis and hitting the web service further. What I am looking for is how to print the SOAP request content which is getting compiled and hitting the webservice.
I found that log4j can help but I am struggling how to use it.