Axis2 Debugging options

Web service interoperability is a nightmare.
But it is easy to understand what is going on: just enable debugging!
On Axis2, you can do it with the folowing java options…

[bash]
-Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.SimpleLog
-Dorg.apache.commons.logging.simplelog.showdatetime=true
-Dorg.apache.commons.logging.simplelog.log.httpclient.wire=debug
-Dorg.apache.commons.logging.simplelog.log.org.apache.commons.httpclient=debug
[/bash]