ex.getSoapFault().getSource() will provide you with a Source , which you can check manually or marshall.
(e.g. with TransformerFactory.newInstance().newTransformer().transform(source, new StringResult() , then call toString() on StringResult)
source share