Hello everybody, I'm trying to send a complex exception using SOAPs fault handler. This exception contains various data (so the Exception supports getLocalizedMessage() in various languages). It was easy to get this message serialized by extending ExceptionFaultListener, but I did not find an easy way to reconstruct the Exception again. Writing a deserializer all on my own seems quite much work and a complete waste of time, since there are deserializers - but how can I access them? I've written deserializers implementing the Deserializer interface, but I do not know how to write one without those helping objects like XMLJavaMappingRegistry.
Thanks, Moritz (MGM-EDV Beratung, Munich, Germany)
