Hello,
when i throw a normal Exception("my error description") in my
SOAP-Service it comes up as a
Fault Code of SOAP-ENV:Server
and a Fault String of whatever the Exceptions.toString() method returns.Is there a way of specifying per error what the Fault code is ? I want to be able to let the caller know that some of the errors are the SOAP-ENV:Client 's fault. thanks, tom
