Hi, I have an Axis web service client, using bindings generated by the wsdl2java Ant task. The traffic is sent over SSL, using HTTPS client certificates for authentication.
Is there an easy way to diagnose the messages going over the wire? Since the traffic is encrypted, tools like the axis monitor are of no use. I assume that Axis has some diagnostic hooks or settings to dump the XML messages before these are sent over the SSL socket? Other toolkits likt GSoap can easily dump ougoing and incoming traffic to a separate file log, greatly simplyfing debugging. Axis(Java) version used: 1.1 final release Thanks in advance for any suggestions, tt
