I tried customizing exceptions and i had .net on the client. All i can do on the client side is, i can catch the exception as SoapException and get the string from that exception. .net client could not build a class for the custom exceptions in the web reference like it does for all other objects that is passed and returned as parameters.
Thanks Ragu -----Original Message----- From: matthew.hawthorne [mailto:[EMAIL PROTECTED] Sent: Friday, August 20, 2004 12:01 PM To: [EMAIL PROTECTED] Subject: Re: Help in Exception handling... I read the article at http://www-106.ibm.com/developerworks/xml/library/ws-tip-jaxrpc.html and made some customizations to my exceptions accordingly. The SOAP looks correct, but I just cannot get Axis to instantiate the exceptions on the client side. They are always returned as Axis faults. I've got the beanMappings set on the client side too, does anyone else have any suggestions? Is there a class that I can set the DEBUG log level on to see what the problem is? I'd almost rather have it fail than return AxisFaults all the time, it would make things easier to debug. Thanks!
