All, I have cases in my web service in which I need to inform the client that some issue has occured. Is it considered good form to throw AxisFaults to relay this information to the user? I favor the approach of encapsulating the error into a subclass of the response I'm currently returning (base class "XmlResponse"), but, I'd kinda like to stick to spec here. Thanks, Cory