Hi,

i'm using a web service (xfire) to call my business methods. My business methods invoke DAOs to retrieve data.

I want to put execptions from my business logic and my DAOs into a "SOAP Fault" to give my clients some error feedback.
How can i do this?
Are there different ways to do it?

Cheers,

Ingo