> Have you tried extending AxisFault? That's what we do and it seems to work well enough...
Hi. Thanx for reply. I don't think it is a right way. It strictly tides You to axis architecture of Your service. In my situation I want to have web service interface to EJB deployed on JBoss. Methods of this bean uses their own exception hierarchy and it's impossible to extend AxisFault. As I see, Nelson Minar has similar problem - could You tell mi what is this Utils.convertException method? I can't find it in axis 1.1 api. MJS