Doesnt Apache SOAP toolkit handle application-level exceptions? i.e., if I have a method with the following signature: public User getUserDetails(String id) throws UnknownUserException and the UnknownUserException is thrown by the method, shouldn't this exception be wrapped into a Fault object and sent across to the client? ... doesnt seem to be happening. All I get is a "null". Am using Apache SOAP 2.1 with Weblogic. any ideas? am i missing something? - vikram rajan
- Re: Exception handling Vikram Rajan
- Re: Exception handling Elise_Dupont
- RE: Exception handling Micael Ericsson (QIN)
- Re: Exception handling ParamDeep Singh
- RE: Exception handling Vikram Rajan
- RE: Exception handling Micael Ericsson (QIN)
- RE: Exception handling michael . knuemann1
- RE: Exception handling Andreas Ullmann
- RE: Exception handling Vikram Rajan
- exception handling Patrick Verkaik
- Re: exception handling Scott Nichol