im no expert but i think you should be extending axisfault if you want interop.
/t > Hey Everyone, > > I have written a service using Axis, and can throw and catch exceptions > with > no problem using Axis generated clients and JWSDP generated clients. > However, whenever I wrote a .NET client and throw an exception, I get a > System.Xml.XmlException. I captured the SOAP over the wire and it appears > that Axis is sending what it's supposed to, but .NET is freaking out when > it > sees the <multiRef> element in the soap body...Has anyone had any > experience > with this, or any similar problems?
