Document how to add a custom detail to a SOAP fault message [SWS-600]
Matthias von Arx opened SWS-600 and commented
To add a detail to the SOAP fault message a custom exception resolver is required on the server side. If you know how to do this, it isn't much work.
At least an example of a custom exception resolver in chapter 5.6 would be an improvement.
Affects: 1.5.9
Matthias von Arx commented
The following thread contains an example http://forum.springsource.org/archive/index.php/t-29505.html
I found an archive of the above at https://web.archive.org/web/20110712161819/http://forum.springsource.org/archive/index.php/t-29505.html
Documenting is all that should be needed here. There are various documented ways to handle a fault, but we could improve that to add an example to include a custom fault detail, indeed.