Hi,
  For example, my web service method is throwing the custom exception as 
follows:
  -------------------------------------------------------
@WebMethod
GetWeatherByZipCodeResponse 
GetWeatherByZipCode(@WebParam(name="GetWeatherByZipCode") GetWeatherByZipCode 
body) throws WeatherException;
-------------------------------------------------------
  I have a configuration of WeatherException extended from FaultInfoException 
in order to transmit it as a SOAP Fault to the client.  
  This works fine.  But I see the exception stack trace in the server console.  
Basically I want the fault to be transmitted to the client as SOAP fault but 
did not want to see the exception stack on the server.  How can we do this?
  Thanks,
Durga
   

       
---------------------------------
Luggage? GPS? Comic books? 
Check out fitting  gifts for grads at Yahoo! Search.

Reply via email to