Hello, I just was looking at the code for the AxisFault and SOAPFaultBuilder classes and found that they're relying on DOM to do their stuff.
Recalling a previous discussion on the list about performance: Is there a particular reason to use DOM here? Wouldn't it be better to use SAX instead? Thanks, Jorge